Color Hex Logo

#9deeef Color Hex

#9DEEEF
(157,238,239)
0 Favorites   0 Comments

Color spaces of #9deeef

RGB 157238239
HSL0.500.720.78
HSV181°34°94°
CMYK 0.340.000.00   0.06
XYZ60.059274.549292.8853
Yxy74.54920.26400.3277
Hunter Lab86.3419-26.9341-3.3440
CIE-Lab89.1814-24.3091-8.3345

#9deeef color RGB value is (157,238,239).

#9deeef hex color red value is 157, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9deeef hue: 0.50 , saturation: 0.72 and the lightness value of 9deeef is 0.78.

The process color (four color CMYK) of #9deeef color hex is 0.34, 0.00, 0.00, 0.06. Web safe color of #9deeef is #99ffff. Color #9deeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 11101111
Octal 235 356 357
Decimal 157 238 239
Hex 9D EE EF

RGB Percentages of Color #9deeef

%24.76
%37.54
%37.70

CMYK Percentages of Color #9deeef

%34
%0
%0
%6

Triadic Colors of #9deeef

#9deeef #ef9dee #eeef9d

Analogous Colors of #9deeef

#9deeef #9dc5ef #9defc7

Monochromatic Colors of #9deeef

#9deeef

Complementary Color

#9deeef #ef9e9d

#9deeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deeef Color CSS Codes

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

#9deeef Text Font Color

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

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


#9deeef Background Color

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

This div background color is #9deeef


#9deeef Border Color

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

This div border color is #9deeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deeef


Comments

No comments written yet.

Please login to write comment.