Color Hex Logo

#9ddefd Color Hex

#9DDEFD
(157,222,253)
0 Favorites   0 Comments

Color spaces of #9ddefd

RGB 157222253
HSL0.550.960.80
HSV199°38°99°
CMYK 0.380.120.00   0.01
XYZ57.755566.5025102.7207
Yxy66.50250.25450.2930
Hunter Lab81.5491-16.2918-17.5984
CIE-Lab85.2521-12.9299-21.5809

#9ddefd color RGB value is (157,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 11111101
Octal 235 336 375
Decimal 157 222 253
Hex 9D DE FD

RGB Percentages of Color #9ddefd

%24.84
%35.13
%40.03

CMYK Percentages of Color #9ddefd

%38
%12
%0
%1

Triadic Colors of #9ddefd

#9ddefd #fd9dde #defd9d

Analogous Colors of #9ddefd

#9ddefd #9daefd #9dfdec

Monochromatic Colors of #9ddefd

#9ddefd

Complementary Color

#9ddefd #fdbc9d

#9ddefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddefd Color CSS Codes

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

#9ddefd Text Font Color

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

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


#9ddefd Background Color

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

This div background color is #9ddefd


#9ddefd Border Color

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

This div border color is #9ddefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddefd


Comments

No comments written yet.

Please login to write comment.