Color Hex Logo

#9ccdbe Color Hex

#9CCDBE
(156,205,190)
0 Favorites   0 Comments

Color spaces of #9ccdbe

RGB 156205190
HSL0.450.330.71
HSV162°24°80°
CMYK 0.240.000.07   0.20
XYZ44.835954.448356.8617
Yxy54.44830.28710.3487
Hunter Lab73.7891-20.67035.9636
CIE-Lab78.7224-19.06272.2562

#9ccdbe color RGB value is (156,205,190).

#9ccdbe hex color red value is 156, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9ccdbe hue: 0.45 , saturation: 0.33 and the lightness value of 9ccdbe is 0.71.

The process color (four color CMYK) of #9ccdbe color hex is 0.24, 0.00, 0.07, 0.20. Web safe color of #9ccdbe is #99cccc. Color #9ccdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001101 10111110
Octal 234 315 276
Decimal 156 205 190
Hex 9C CD BE

RGB Percentages of Color #9ccdbe

%28.31
%37.21
%34.48

CMYK Percentages of Color #9ccdbe

%24
%0
%7
%20

Triadic Colors of #9ccdbe

#9ccdbe #be9ccd #cdbe9c

Analogous Colors of #9ccdbe

#9ccdbe #9cc4cd #9ccda6

Monochromatic Colors of #9ccdbe

#9ccdbe

Complementary Color

#9ccdbe #cd9cab

#9ccdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccdbe Color CSS Codes

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

#9ccdbe Text Font Color

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

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


#9ccdbe Background Color

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

This div background color is #9ccdbe


#9ccdbe Border Color

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

This div border color is #9ccdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccdbe


Comments

No comments written yet.

Please login to write comment.