Color Hex Logo

#9cdbec Color Hex

#9CDBEC
(156,219,236)
0 Favorites   0 Comments

Color spaces of #9cdbec

RGB 156219236
HSL0.540.680.77
HSV193°34°93°
CMYK 0.340.070.00   0.07
XYZ54.182163.787188.8133
Yxy63.78710.26200.3085
Hunter Lab79.8668-18.6716-10.0247
CIE-Lab83.8548-15.8279-14.7050

#9cdbec color RGB value is (156,219,236).

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

The process color (four color CMYK) of #9cdbec color hex is 0.34, 0.07, 0.00, 0.07. Web safe color of #9cdbec is #99ccff. Color #9cdbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011011 11101100
Octal 234 333 354
Decimal 156 219 236
Hex 9C DB EC

RGB Percentages of Color #9cdbec

%25.53
%35.84
%38.63

CMYK Percentages of Color #9cdbec

%34
%7
%0
%7

Triadic Colors of #9cdbec

#9cdbec #ec9cdb #dbec9c

Analogous Colors of #9cdbec

#9cdbec #9cb3ec #9cecd5

Monochromatic Colors of #9cdbec

#9cdbec

Complementary Color

#9cdbec #ecad9c

#9cdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdbec Color CSS Codes

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

#9cdbec Text Font Color

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

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


#9cdbec Background Color

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

This div background color is #9cdbec


#9cdbec Border Color

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

This div border color is #9cdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdbec


Comments

No comments written yet.

Please login to write comment.