Color Hex Logo

#9deeea Color Hex

#9DEEEA
(157,238,234)
0 Favorites   0 Comments

Color spaces of #9deeea

RGB 157238234
HSL0.490.700.77
HSV177°34°93°
CMYK 0.340.000.02   0.07
XYZ59.330474.257789.0480
Yxy74.25770.26650.3335
Hunter Lab86.1729-27.9046-0.9471
CIE-Lab89.0441-25.4600-5.9223

#9deeea color RGB value is (157,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 11101010
Octal 235 356 352
Decimal 157 238 234
Hex 9D EE EA

RGB Percentages of Color #9deeea

%24.96
%37.84
%37.20

CMYK Percentages of Color #9deeea

%34
%0
%2
%7

Triadic Colors of #9deeea

#9deeea #ea9dee #eeea9d

Analogous Colors of #9deeea

#9deeea #9dcaee #9deec2

Monochromatic Colors of #9deeea

#9deeea

Complementary Color

#9deeea #ee9da1

#9deeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deeea Color CSS Codes

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

#9deeea Text Font Color

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

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


#9deeea Background Color

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

This div background color is #9deeea


#9deeea Border Color

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

This div border color is #9deeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deeea


Comments

No comments written yet.

Please login to write comment.