Color Hex Logo

#9deecb Color Hex

#9DEECB
(157,238,203)
0 Favorites   0 Comments

Color spaces of #9deecb

RGB 157238203
HSL0.430.700.77
HSV154°34°93°
CMYK 0.340.000.15   0.07
XYZ55.258772.629067.6063
Yxy72.62900.28270.3715
Hunter Lab85.2226-33.399512.6217
CIE-Lab88.2705-32.13309.1531

#9deecb color RGB value is (157,238,203).

#9deecb hex color red value is 157, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9deecb hue: 0.43 , saturation: 0.70 and the lightness value of 9deecb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 11001011
Octal 235 356 313
Decimal 157 238 203
Hex 9D EE CB

RGB Percentages of Color #9deecb

%26.25
%39.80
%33.95

CMYK Percentages of Color #9deecb

%34
%0
%15
%7

Triadic Colors of #9deecb

#9deecb #cb9dee #eecb9d

Analogous Colors of #9deecb

#9deecb #9de9ee #9deea3

Monochromatic Colors of #9deecb

#9deecb

Complementary Color

#9deecb #ee9dc0

#9deecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deecb Color CSS Codes

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

#9deecb Text Font Color

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

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


#9deecb Background Color

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

This div background color is #9deecb


#9deecb Border Color

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

This div border color is #9deecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,238,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9deecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9deecb;
  -webkit-box-shadow: 1px 1px 3px 2px #9deecb;
  box-shadow:         1px 1px 3px 2px #9deecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,238,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deecb


Comments

No comments written yet.

Please login to write comment.