Color Hex Logo

#9cefdb Color Hex

#9CEFDB
(156,239,219)
0 Favorites   0 Comments

Color spaces of #9cefdb

RGB 156239219
HSL0.460.720.77
HSV166°35°94°
CMYK 0.350.000.08   0.06
XYZ57.363073.915478.2616
Yxy73.91540.27380.3528
Hunter Lab85.9741-31.35716.2106
CIE-Lab88.8825-29.53971.6780

#9cefdb color RGB value is (156,239,219).

#9cefdb hex color red value is 156, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9cefdb hue: 0.46 , saturation: 0.72 and the lightness value of 9cefdb is 0.77.

The process color (four color CMYK) of #9cefdb color hex is 0.35, 0.00, 0.08, 0.06. Web safe color of #9cefdb is #99ffcc. Color #9cefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101111 11011011
Octal 234 357 333
Decimal 156 239 219
Hex 9C EF DB

RGB Percentages of Color #9cefdb

%25.41
%38.93
%35.67

CMYK Percentages of Color #9cefdb

%35
%0
%8
%6

Triadic Colors of #9cefdb

#9cefdb #db9cef #efdb9c

Analogous Colors of #9cefdb

#9cefdb #9cdaef #9cefb2

Monochromatic Colors of #9cefdb

#9cefdb

Complementary Color

#9cefdb #ef9cb0

#9cefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cefdb Color CSS Codes

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

#9cefdb Text Font Color

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

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


#9cefdb Background Color

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

This div background color is #9cefdb


#9cefdb Border Color

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

This div border color is #9cefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cefdb


Comments

No comments written yet.

Please login to write comment.