Hex #5cacee Color

#5cacee
equivalent to

RGB

(92, 172, 238)

Details of #5cacee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
92
34.5988
0.58
0.61
67.9863
37.9534
207°
61.6063
172
37.9534
0.81
0.28
-5.0022
0.2177
61°
-7.5633
238
86.3911
0.65
0.00   0.07
-40.3501
0.2388
93°
-39.9888

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1011100
134
92
5C
Green
10101100
254
172
AC
Blue
11101110
356
238
EE

RGB in % of #5cacee

%18.33
%34.26
%47.41

CMYK in % of #5cacee

%61
%28
%0
%7

Triads of color #5cacee

#5cacee #acee5c #ee5cee

Similar Colors to #5cacee

#5cacee #5ceee7 #5c63ee

Preview Color #5cacee on black ground

#5cacee is very interesting for text.

Preview Color #5cacee on white ground

#5cacee is very interesting for text.

CSS Codes #5cacee color

.mybgcolor {background-color:#5cacee; }
.myforecolor {color:#5cacee; }
.mybordercolor {border:3px solid #5cacee; }

Text Font Color #5cacee

<p style="color:#5cacee">Text here</p>

This sample text font color is #5cacee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #5cacee

<div style="background-color:#5cacee">
Div content here</div>

This div background color is #5cacee


Border Color #5cacee

<div style="border:3px solid #5cacee">
Div here</div>

The color of this border is #5cacee


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #5cacee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #5cacee;
-webkit-box-shadow: 1px 1px 3px 2px #5cacee;
box-shadow:         1px 1px 3px 2px #5cacee; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #5cacee">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #5cacee;
  -webkit-box-shadow: 1px 1px 3px 2px #5cacee;
  box-shadow:         1px 1px 3px 2px #5cacee;">
Div content here</div>

The shadow of div box using color #5cacee