Color Hex Logo

#8caeec Color Hex

#8CAEEC
(140,174,236)
0 Favorites   0 Comments

Color spaces of #8caeec

RGB 140174236
HSL0.610.720.74
HSV219°41°93°
CMYK 0.410.260.00   0.07
XYZ41.091641.903785.2793
Yxy41.90370.24420.2490
Hunter Lab64.73310.0263-32.7955
CIE-Lab70.80453.9151-34.6934

#8caeec color RGB value is (140,174,236).

#8caeec hex color red value is 140, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8caeec hue: 0.61 , saturation: 0.72 and the lightness value of 8caeec is 0.74.

The process color (four color CMYK) of #8caeec color hex is 0.41, 0.26, 0.00, 0.07. Web safe color of #8caeec is #9999ff. Color #8caeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 11101100
Octal 214 256 354
Decimal 140 174 236
Hex 8C AE EC

RGB Percentages of Color #8caeec

%25.45
%31.64
%42.91

CMYK Percentages of Color #8caeec

%41
%26
%0
%7

Triadic Colors of #8caeec

#8caeec #ec8cae #aeec8c

Analogous Colors of #8caeec

#8caeec #9a8cec #8cdeec

Monochromatic Colors of #8caeec

#8caeec

Complementary Color

#8caeec #ecca8c

#8caeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caeec Color CSS Codes

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

#8caeec Text Font Color

<p style="color:#8caeec">Text here</p>

This sample text font color is #8caeec
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.


#8caeec Background Color

<div style="background-color:#8caeec">
Div content here</div>

This div background color is #8caeec


#8caeec Border Color

<div style="border:3px solid #8caeec">
Div here</div>

This div border color is #8caeec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,174,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8caeec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8caeec;
  -webkit-box-shadow: 1px 1px 3px 2px #8caeec;
  box-shadow:         1px 1px 3px 2px #8caeec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caeec


Comments

No comments written yet.

Please login to write comment.