Color Hex Logo

#9deaf9 Color Hex

#9DEAF9
(157,234,249)
0 Favorites   0 Comments

Color spaces of #9deaf9

RGB 157234249
HSL0.530.880.80
HSV190°37°98°
CMYK 0.370.060.00   0.02
XYZ60.426372.8533100.4998
Yxy72.85330.25850.3116
Hunter Lab85.3541-23.0010-10.0628
CIE-Lab88.3777-19.9725-14.7679

#9deaf9 color RGB value is (157,234,249).

#9deaf9 hex color red value is 157, green value is 234 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #9deaf9 hue: 0.53 , saturation: 0.88 and the lightness value of 9deaf9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11111001
Octal 235 352 371
Decimal 157 234 249
Hex 9D EA F9

RGB Percentages of Color #9deaf9

%24.53
%36.56
%38.91

CMYK Percentages of Color #9deaf9

%37
%6
%0
%2

Triadic Colors of #9deaf9

#9deaf9 #f99dea #eaf99d

Analogous Colors of #9deaf9

#9deaf9 #9dbcf9 #9df9da

Monochromatic Colors of #9deaf9

#9deaf9

Complementary Color

#9deaf9 #f9ac9d

#9deaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deaf9 Color CSS Codes

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

#9deaf9 Text Font Color

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

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


#9deaf9 Background Color

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

This div background color is #9deaf9


#9deaf9 Border Color

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

This div border color is #9deaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deaf9


Comments

No comments written yet.

Please login to write comment.