Color Hex Logo

#9ccbea Color Hex

#9CCBEA
(156,203,234)
0 Favorites   0 Comments

Color spaces of #9ccbea

RGB 156203234
HSL0.570.650.76
HSV204°33°92°
CMYK 0.330.130.00   0.08
XYZ49.917555.720385.9661
Yxy55.72030.26050.2908
Hunter Lab74.6460-11.2635-16.0291
CIE-Lab79.4544-8.0361-20.2733

#9ccbea color RGB value is (156,203,234).

#9ccbea hex color red value is 156, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ccbea hue: 0.57 , saturation: 0.65 and the lightness value of 9ccbea is 0.76.

The process color (four color CMYK) of #9ccbea color hex is 0.33, 0.13, 0.00, 0.08. Web safe color of #9ccbea is #99ccff. Color #9ccbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001011 11101010
Octal 234 313 352
Decimal 156 203 234
Hex 9C CB EA

RGB Percentages of Color #9ccbea

%26.31
%34.23
%39.46

CMYK Percentages of Color #9ccbea

%33
%13
%0
%8

Triadic Colors of #9ccbea

#9ccbea #ea9ccb #cbea9c

Analogous Colors of #9ccbea

#9ccbea #9ca4ea #9ceae2

Monochromatic Colors of #9ccbea

#9ccbea

Complementary Color

#9ccbea #eabb9c

#9ccbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccbea Color CSS Codes

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

#9ccbea Text Font Color

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

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


#9ccbea Background Color

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

This div background color is #9ccbea


#9ccbea Border Color

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

This div border color is #9ccbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccbea


Comments

No comments written yet.

Please login to write comment.