Color Hex Logo

#9caeee Color Hex

#9CAEEE
(156,174,238)
0 Favorites   0 Comments

Color spaces of #9caeee

RGB 156174238
HSL0.630.710.77
HSV227°34°93°
CMYK 0.340.270.00   0.07
XYZ44.279043.513186.9540
Yxy43.51310.25340.2490
Hunter Lab65.96454.3813-31.9806
CIE-Lab71.90188.7181-34.0003

#9caeee color RGB value is (156,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11101110
Octal 234 256 356
Decimal 156 174 238
Hex 9C AE EE

RGB Percentages of Color #9caeee

%27.46
%30.63
%41.90

CMYK Percentages of Color #9caeee

%34
%27
%0
%7

Triadic Colors of #9caeee

#9caeee #ee9cae #aeee9c

Analogous Colors of #9caeee

#9caeee #b39cee #9cd7ee

Monochromatic Colors of #9caeee

#9caeee

Complementary Color

#9caeee #eedc9c

#9caeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caeee Color CSS Codes

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

#9caeee Text Font Color

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

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


#9caeee Background Color

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

This div background color is #9caeee


#9caeee Border Color

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

This div border color is #9caeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caeee


Comments

No comments written yet.

Please login to write comment.