Color Hex Logo

#9deefd Color Hex

#9DEEFD
(157,238,253)
0 Favorites   0 Comments

Color spaces of #9deefd

RGB 157238253
HSL0.530.960.80
HSV189°38°99°
CMYK 0.380.060.00   0.01
XYZ62.208875.4090104.2052
Yxy75.40900.25720.3118
Hunter Lab86.8384-24.0942-10.3606
CIE-Lab89.5842-20.9864-15.0521

#9deefd color RGB value is (157,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 11111101
Octal 235 356 375
Decimal 157 238 253
Hex 9D EE FD

RGB Percentages of Color #9deefd

%24.23
%36.73
%39.04

CMYK Percentages of Color #9deefd

%38
%6
%0
%1

Triadic Colors of #9deefd

#9deefd #fd9dee #eefd9d

Analogous Colors of #9deefd

#9deefd #9dbefd #9dfddc

Monochromatic Colors of #9deefd

#9deefd

Complementary Color

#9deefd #fdac9d

#9deefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deefd Color CSS Codes

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

#9deefd Text Font Color

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

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


#9deefd Background Color

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

This div background color is #9deefd


#9deefd Border Color

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

This div border color is #9deefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deefd


Comments

No comments written yet.

Please login to write comment.