Color Hex Logo

#9ccceb Color Hex

#9CCCEB
(156,204,235)
0 Favorites   0 Comments

Color spaces of #9ccceb

RGB 156204235
HSL0.570.660.77
HSV204°34°92°
CMYK 0.340.130.00   0.08
XYZ50.298656.251886.8039
Yxy56.25180.26010.2909
Hunter Lab75.0012-11.5433-16.1194
CIE-Lab79.7569-8.3161-20.3503

#9ccceb color RGB value is (156,204,235).

#9ccceb hex color red value is 156, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ccceb hue: 0.57 , saturation: 0.66 and the lightness value of 9ccceb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11101011
Octal 234 314 353
Decimal 156 204 235
Hex 9C CC EB

RGB Percentages of Color #9ccceb

%26.22
%34.29
%39.50

CMYK Percentages of Color #9ccceb

%34
%13
%0
%8

Triadic Colors of #9ccceb

#9ccceb #eb9ccc #cceb9c

Analogous Colors of #9ccceb

#9ccceb #9ca5eb #9cebe3

Monochromatic Colors of #9ccceb

#9ccceb

Complementary Color

#9ccceb #ebbb9c

#9ccceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccceb Color CSS Codes

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

#9ccceb Text Font Color

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

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


#9ccceb Background Color

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

This div background color is #9ccceb


#9ccceb Border Color

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

This div border color is #9ccceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccceb


Comments

No comments written yet.

Please login to write comment.