Color Hex Logo

#9deecd Color Hex

#9DEECD
(157,238,205)
0 Favorites   0 Comments

Color spaces of #9deecd

RGB 157238205
HSL0.430.700.77
HSV156°34°93°
CMYK 0.340.000.14   0.07
XYZ55.498672.724968.8698
Yxy72.72490.28160.3690
Hunter Lab85.2789-33.072211.8136
CIE-Lab88.3163-31.72778.1758

#9deecd color RGB value is (157,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 11001101
Octal 235 356 315
Decimal 157 238 205
Hex 9D EE CD

RGB Percentages of Color #9deecd

%26.17
%39.67
%34.17

CMYK Percentages of Color #9deecd

%34
%0
%14
%7

Triadic Colors of #9deecd

#9deecd #cd9dee #eecd9d

Analogous Colors of #9deecd

#9deecd #9de7ee #9deea5

Monochromatic Colors of #9deecd

#9deecd

Complementary Color

#9deecd #ee9dbe

#9deecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deecd Color CSS Codes

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

#9deecd Text Font Color

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

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


#9deecd Background Color

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

This div background color is #9deecd


#9deecd Border Color

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

This div border color is #9deecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deecd


Comments

No comments written yet.

Please login to write comment.