Color Hex Logo

#9defef Color Hex

#9DEFEF
(157,239,239)
0 Favorites   0 Comments

Color spaces of #9defef

RGB 157239239
HSL0.500.720.78
HSV180°34°94°
CMYK 0.340.000.00   0.06
XYZ60.351175.133192.9827
Yxy75.13310.26420.3289
Hunter Lab86.6794-27.4070-2.9260
CIE-Lab89.4553-24.7957-7.9286

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101111 11101111
Octal 235 357 357
Decimal 157 239 239
Hex 9D EF EF

RGB Percentages of Color #9defef

%24.72
%37.64
%37.64

CMYK Percentages of Color #9defef

%34
%0
%0
%6

Triadic Colors of #9defef

#9defef #ef9def #efef9d

Analogous Colors of #9defef

#9defef #9dc6ef #9defc6

Monochromatic Colors of #9defef

#9defef

Complementary Color

#9defef #ef9d9d

#9defef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9defef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9defef Color CSS Codes

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

#9defef Text Font Color

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

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


#9defef Background Color

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

This div background color is #9defef


#9defef Border Color

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

This div border color is #9defef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,239,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 #9defef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9defef


Comments

No comments written yet.

Please login to write comment.