Color Hex Logo

#9cdfdb Color Hex

#9CDFDB
(156,223,219)
0 Favorites   0 Comments

Color spaces of #9cdfdb

RGB 156223219
HSL0.490.510.74
HSV176°30°87°
CMYK 0.300.000.02   0.13
XYZ52.884264.957776.7686
Yxy64.95770.27170.3338
Hunter Lab80.5963-23.9188-0.0567
CIE-Lab84.4619-21.7820-4.7971

#9cdfdb color RGB value is (156,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011111 11011011
Octal 234 337 333
Decimal 156 223 219
Hex 9C DF DB

RGB Percentages of Color #9cdfdb

%26.09
%37.29
%36.62

CMYK Percentages of Color #9cdfdb

%30
%0
%2
%13

Triadic Colors of #9cdfdb

#9cdfdb #db9cdf #dfdb9c

Analogous Colors of #9cdfdb

#9cdfdb #9cc2df #9cdfba

Monochromatic Colors of #9cdfdb

#9cdfdb

Complementary Color

#9cdfdb #df9ca0

#9cdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdfdb Color CSS Codes

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

#9cdfdb Text Font Color

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

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


#9cdfdb Background Color

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

This div background color is #9cdfdb


#9cdfdb Border Color

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

This div border color is #9cdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdfdb


Comments

No comments written yet.

Please login to write comment.