Color Hex Logo

#9ddfee Color Hex

#9DDFEE
(157,223,238)
0 Favorites   0 Comments

Color spaces of #9ddfee

RGB 157223238
HSL0.530.700.77
HSV191°34°93°
CMYK 0.340.060.00   0.07
XYZ55.724966.116590.7137
Yxy66.11650.26220.3111
Hunter Lab81.3121-19.9662-9.2269
CIE-Lab85.0558-17.1064-13.9578

#9ddfee color RGB value is (157,223,238).

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

The process color (four color CMYK) of #9ddfee color hex is 0.34, 0.06, 0.00, 0.07. Web safe color of #9ddfee is #99ccff. Color #9ddfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 11101110
Octal 235 337 356
Decimal 157 223 238
Hex 9D DF EE

RGB Percentages of Color #9ddfee

%25.40
%36.08
%38.51

CMYK Percentages of Color #9ddfee

%34
%6
%0
%7

Triadic Colors of #9ddfee

#9ddfee #ee9ddf #dfee9d

Analogous Colors of #9ddfee

#9ddfee #9db7ee #9deed5

Monochromatic Colors of #9ddfee

#9ddfee

Complementary Color

#9ddfee #eeac9d

#9ddfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfee Color CSS Codes

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

#9ddfee Text Font Color

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

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


#9ddfee Background Color

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

This div background color is #9ddfee


#9ddfee Border Color

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

This div border color is #9ddfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfee


Comments

No comments written yet.

Please login to write comment.