Color Hex Logo

#9ddeff Color Hex

#9DDEFF
(157,222,255)
0 Favorites   0 Comments

Color spaces of #9ddeff

RGB 157222255
HSL0.561.000.81
HSV200°38°100°
CMYK 0.380.130.00   0.00
XYZ58.075966.6307104.4078
Yxy66.63070.25350.2908
Hunter Lab81.6276-15.8503-18.6970
CIE-Lab85.3171-12.4285-22.5368

#9ddeff color RGB value is (157,222,255).

#9ddeff hex color red value is 157, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9ddeff hue: 0.56 , saturation: 1.00 and the lightness value of 9ddeff is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 11111111
Octal 235 336 377
Decimal 157 222 255
Hex 9D DE FF

RGB Percentages of Color #9ddeff

%24.76
%35.02
%40.22

CMYK Percentages of Color #9ddeff

%38
%13
%0
%0

Triadic Colors of #9ddeff

#9ddeff #ff9dde #deff9d

Analogous Colors of #9ddeff

#9ddeff #9dadff #9dffef

Monochromatic Colors of #9ddeff

#9ddeff

Complementary Color

#9ddeff #ffbe9d

#9ddeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddeff Color CSS Codes

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

#9ddeff Text Font Color

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

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


#9ddeff Background Color

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

This div background color is #9ddeff


#9ddeff Border Color

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

This div border color is #9ddeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddeff

#9ddeff Color Palettes


Comments

No comments written yet.

Please login to write comment.