Color Hex Logo

#9cedbf Color Hex

#9CEDBF
(156,237,191)
0 Favorites   0 Comments

Color spaces of #9cedbf

RGB 156237191
HSL0.410.690.77
HSV146°34°93°
CMYK 0.340.000.19   0.07
XYZ53.398571.397960.2570
Yxy71.39790.28860.3858
Hunter Lab84.4973-35.066216.8670
CIE-Lab87.6780-34.315314.5529

#9cedbf color RGB value is (156,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 10111111
Octal 234 355 277
Decimal 156 237 191
Hex 9C ED BF

RGB Percentages of Color #9cedbf

%26.71
%40.58
%32.71

CMYK Percentages of Color #9cedbf

%34
%0
%19
%7

Triadic Colors of #9cedbf

#9cedbf #bf9ced #edbf9c

Analogous Colors of #9cedbf

#9cedbf #9cede8 #a2ed9c

Monochromatic Colors of #9cedbf

#9cedbf

Complementary Color

#9cedbf #ed9cca

#9cedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedbf Color CSS Codes

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

#9cedbf Text Font Color

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

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


#9cedbf Background Color

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

This div background color is #9cedbf


#9cedbf Border Color

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

This div border color is #9cedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedbf


Comments

No comments written yet.

Please login to write comment.