Color Hex Logo

#9ccabd Color Hex

#9CCABD
(156,202,189)
0 Favorites   0 Comments

Color spaces of #9ccabd

RGB 156202189
HSL0.450.300.70
HSV163°23°79°
CMYK 0.230.000.06   0.21
XYZ44.016152.983156.0510
Yxy52.98310.28760.3462
Hunter Lab72.7895-19.44195.2968
CIE-Lab77.8650-17.75391.5470

#9ccabd color RGB value is (156,202,189).

#9ccabd hex color red value is 156, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9ccabd hue: 0.45 , saturation: 0.30 and the lightness value of 9ccabd is 0.70.

The process color (four color CMYK) of #9ccabd color hex is 0.23, 0.00, 0.06, 0.21. Web safe color of #9ccabd is #99cccc. Color #9ccabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001010 10111101
Octal 234 312 275
Decimal 156 202 189
Hex 9C CA BD

RGB Percentages of Color #9ccabd

%28.52
%36.93
%34.55

CMYK Percentages of Color #9ccabd

%23
%0
%6
%21

Triadic Colors of #9ccabd

#9ccabd #bd9cca #cabd9c

Analogous Colors of #9ccabd

#9ccabd #9cc0ca #9ccaa6

Monochromatic Colors of #9ccabd

#9ccabd

Complementary Color

#9ccabd #ca9ca9

#9ccabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccabd Color CSS Codes

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

#9ccabd Text Font Color

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

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


#9ccabd Background Color

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

This div background color is #9ccabd


#9ccabd Border Color

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

This div border color is #9ccabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccabd


Comments

No comments written yet.

Please login to write comment.