Color Hex Logo

#9caeed Color Hex

#9CAEED
(156,174,237)
0 Favorites   0 Comments

Color spaces of #9caeed

RGB 156174237
HSL0.630.690.77
HSV227°34°93°
CMYK 0.340.270.00   0.07
XYZ44.132443.454486.1823
Yxy43.45440.25400.2501
Hunter Lab65.92004.1431-31.3705
CIE-Lab71.86238.4603-33.5179

#9caeed color RGB value is (156,174,237).

#9caeed hex color red value is 156, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9caeed hue: 0.63 , saturation: 0.69 and the lightness value of 9caeed is 0.77.

The process color (four color CMYK) of #9caeed color hex is 0.34, 0.27, 0.00, 0.07. Web safe color of #9caeed is #9999ff. Color #9caeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11101101
Octal 234 256 355
Decimal 156 174 237
Hex 9C AE ED

RGB Percentages of Color #9caeed

%27.51
%30.69
%41.80

CMYK Percentages of Color #9caeed

%34
%27
%0
%7

Triadic Colors of #9caeed

#9caeed #ed9cae #aeed9c

Analogous Colors of #9caeed

#9caeed #b39ced #9cd7ed

Monochromatic Colors of #9caeed

#9caeed

Complementary Color

#9caeed #eddb9c

#9caeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caeed Color CSS Codes

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

#9caeed Text Font Color

<p style="color:#9caeed">Text here</p>

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


#9caeed Background Color

<div style="background-color:#9caeed">
Div content here</div>

This div background color is #9caeed


#9caeed Border Color

<div style="border:3px solid #9caeed">
Div here</div>

This div border color is #9caeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,174,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9caeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9caeed;
  -webkit-box-shadow: 1px 1px 3px 2px #9caeed;
  box-shadow:         1px 1px 3px 2px #9caeed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caeed


Comments

No comments written yet.

Please login to write comment.