Color Hex Logo

#9cb2ee Color Hex

#9CB2EE
(156,178,238)
0 Favorites   0 Comments

Color spaces of #9cb2ee

RGB 156178238
HSL0.620.710.77
HSV224°34°93°
CMYK 0.340.250.00   0.07
XYZ45.063345.081887.2155
Yxy45.08180.25410.2542
Hunter Lab67.14302.3008-30.0148
CIE-Lab72.94576.4938-32.3863

#9cb2ee color RGB value is (156,178,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110010 11101110
Octal 234 262 356
Decimal 156 178 238
Hex 9C B2 EE

RGB Percentages of Color #9cb2ee

%27.27
%31.12
%41.61

CMYK Percentages of Color #9cb2ee

%34
%25
%0
%7

Triadic Colors of #9cb2ee

#9cb2ee #ee9cb2 #b2ee9c

Analogous Colors of #9cb2ee

#9cb2ee #af9cee #9cdbee

Monochromatic Colors of #9cb2ee

#9cb2ee

Complementary Color

#9cb2ee #eed89c

#9cb2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb2ee Color CSS Codes

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

#9cb2ee Text Font Color

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

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


#9cb2ee Background Color

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

This div background color is #9cb2ee


#9cb2ee Border Color

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

This div border color is #9cb2ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,178,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 #9cb2ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb2ee


Comments

No comments written yet.

Please login to write comment.