Color Hex Logo

#9ddefe Color Hex

#9DDEFE
(157,222,254)
0 Favorites   0 Comments

Color spaces of #9ddefe

RGB 157222254
HSL0.550.980.81
HSV200°38°100°
CMYK 0.380.130.00   0.00
XYZ57.915366.5664103.5621
Yxy66.56640.25400.2919
Hunter Lab81.5882-16.0714-18.1466
CIE-Lab85.2845-12.6794-22.0591

#9ddefe color RGB value is (157,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 11111110
Octal 235 336 376
Decimal 157 222 254
Hex 9D DE FE

RGB Percentages of Color #9ddefe

%24.80
%35.07
%40.13

CMYK Percentages of Color #9ddefe

%38
%13
%0
%0

Triadic Colors of #9ddefe

#9ddefe #fe9dde #defe9d

Analogous Colors of #9ddefe

#9ddefe #9daefe #9dfeee

Monochromatic Colors of #9ddefe

#9ddefe

Complementary Color

#9ddefe #febd9d

#9ddefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddefe Color CSS Codes

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

#9ddefe Text Font Color

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

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


#9ddefe Background Color

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

This div background color is #9ddefe


#9ddefe Border Color

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

This div border color is #9ddefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddefe


Comments

No comments written yet.

Please login to write comment.