Color Hex Logo

#9cc9da Color Hex

#9CC9DA
(156,201,218)
0 Favorites   0 Comments

Color spaces of #9cc9da

RGB 156201218
HSL0.550.460.73
HSV196°28°85°
CMYK 0.280.080.00   0.15
XYZ47.251853.903274.2436
Yxy53.90320.26940.3073
Hunter Lab73.4188-13.6016-8.5629
CIE-Lab78.4053-10.8267-13.2662

#9cc9da color RGB value is (156,201,218).

#9cc9da hex color red value is 156, green value is 201 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9cc9da hue: 0.55 , saturation: 0.46 and the lightness value of 9cc9da is 0.73.

The process color (four color CMYK) of #9cc9da color hex is 0.28, 0.08, 0.00, 0.15. Web safe color of #9cc9da is #99cccc. Color #9cc9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001001 11011010
Octal 234 311 332
Decimal 156 201 218
Hex 9C C9 DA

RGB Percentages of Color #9cc9da

%27.13
%34.96
%37.91

CMYK Percentages of Color #9cc9da

%28
%8
%0
%15

Triadic Colors of #9cc9da

#9cc9da #da9cc9 #c9da9c

Analogous Colors of #9cc9da

#9cc9da #9caada #9cdacc

Monochromatic Colors of #9cc9da

#9cc9da

Complementary Color

#9cc9da #daad9c

#9cc9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc9da Color CSS Codes

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

#9cc9da Text Font Color

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

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


#9cc9da Background Color

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

This div background color is #9cc9da


#9cc9da Border Color

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

This div border color is #9cc9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc9da


Comments

No comments written yet.

Please login to write comment.