Color Hex Logo

#9deafc Color Hex

#9DEAFC
(157,234,252)
0 Favorites   0 Comments

Color spaces of #9deafc

RGB 157234252
HSL0.530.940.80
HSV191°38°99°
CMYK 0.380.070.00   0.01
XYZ60.898173.0420102.9843
Yxy73.04200.25700.3083
Hunter Lab85.4646-22.3723-11.6188
CIE-Lab88.4677-19.2445-16.2043

#9deafc color RGB value is (157,234,252).

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

The process color (four color CMYK) of #9deafc color hex is 0.38, 0.07, 0.00, 0.01. Web safe color of #9deafc is #99ffff. Color #9deafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 11111100
Octal 235 352 374
Decimal 157 234 252
Hex 9D EA FC

RGB Percentages of Color #9deafc

%24.42
%36.39
%39.19

CMYK Percentages of Color #9deafc

%38
%7
%0
%1

Triadic Colors of #9deafc

#9deafc #fc9dea #eafc9d

Analogous Colors of #9deafc

#9deafc #9dbbfc #9dfcdf

Monochromatic Colors of #9deafc

#9deafc

Complementary Color

#9deafc #fcaf9d

#9deafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deafc Color CSS Codes

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

#9deafc Text Font Color

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

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


#9deafc Background Color

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

This div background color is #9deafc


#9deafc Border Color

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

This div border color is #9deafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deafc


Comments

No comments written yet.

Please login to write comment.