Color Hex Logo

#9cdbbe Color Hex

#9CDBBE
(156,219,190)
0 Favorites   0 Comments

Color spaces of #9cdbbe

RGB 156219190
HSL0.420.470.74
HSV152°29°86°
CMYK 0.290.000.13   0.14
XYZ48.336161.448758.0284
Yxy61.44870.28800.3662
Hunter Lab78.3892-27.115110.9824
CIE-Lab82.6194-25.98417.8810

#9cdbbe color RGB value is (156,219,190).

#9cdbbe hex color red value is 156, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9cdbbe hue: 0.42 , saturation: 0.47 and the lightness value of 9cdbbe is 0.74.

The process color (four color CMYK) of #9cdbbe color hex is 0.29, 0.00, 0.13, 0.14. Web safe color of #9cdbbe is #99cccc. Color #9cdbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011011 10111110
Octal 234 333 276
Decimal 156 219 190
Hex 9C DB BE

RGB Percentages of Color #9cdbbe

%27.61
%38.76
%33.63

CMYK Percentages of Color #9cdbbe

%29
%0
%13
%14

Triadic Colors of #9cdbbe

#9cdbbe #be9cdb #dbbe9c

Analogous Colors of #9cdbbe

#9cdbbe #9cd9db #9cdb9f

Monochromatic Colors of #9cdbbe

#9cdbbe

Complementary Color

#9cdbbe #db9cb9

#9cdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdbbe Color CSS Codes

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

#9cdbbe Text Font Color

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

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


#9cdbbe Background Color

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

This div background color is #9cdbbe


#9cdbbe Border Color

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

This div border color is #9cdbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,219,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 #9cdbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdbbe


Comments

No comments written yet.

Please login to write comment.