Color Hex Logo

#9cedca Color Hex

#9CEDCA
(156,237,202)
0 Favorites   0 Comments

Color spaces of #9cedca

RGB 156237202
HSL0.430.690.77
HSV154°34°93°
CMYK 0.340.000.15   0.07
XYZ54.655271.900666.8747
Yxy71.90060.28260.3717
Hunter Lab84.7942-33.335412.5957
CIE-Lab87.9207-32.15029.1678

#9cedca color RGB value is (156,237,202).

#9cedca hex color red value is 156, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9cedca hue: 0.43 , saturation: 0.69 and the lightness value of 9cedca is 0.77.

The process color (four color CMYK) of #9cedca color hex is 0.34, 0.00, 0.15, 0.07. Web safe color of #9cedca is #99ffcc. Color #9cedca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 11001010
Octal 234 355 312
Decimal 156 237 202
Hex 9C ED CA

RGB Percentages of Color #9cedca

%26.22
%39.83
%33.95

CMYK Percentages of Color #9cedca

%34
%0
%15
%7

Triadic Colors of #9cedca

#9cedca #ca9ced #edca9c

Analogous Colors of #9cedca

#9cedca #9ce8ed #9ceda2

Monochromatic Colors of #9cedca

#9cedca

Complementary Color

#9cedca #ed9cbf

#9cedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedca Color CSS Codes

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

#9cedca Text Font Color

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

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


#9cedca Background Color

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

This div background color is #9cedca


#9cedca Border Color

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

This div border color is #9cedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedca


Comments

No comments written yet.

Please login to write comment.