Color Hex Logo

#9ddcee Color Hex

#9DDCEE
(157,220,238)
0 Favorites   0 Comments

Color spaces of #9ddcee

RGB 157220238
HSL0.540.700.77
HSV193°34°93°
CMYK 0.340.080.00   0.07
XYZ54.930464.527590.4488
Yxy64.52750.26170.3074
Hunter Lab80.3290-18.5143-10.5290
CIE-Lab84.2397-15.5869-15.1815

#9ddcee color RGB value is (157,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 11101110
Octal 235 334 356
Decimal 157 220 238
Hex 9D DC EE

RGB Percentages of Color #9ddcee

%25.53
%35.77
%38.70

CMYK Percentages of Color #9ddcee

%34
%8
%0
%7

Triadic Colors of #9ddcee

#9ddcee #ee9ddc #dcee9d

Analogous Colors of #9ddcee

#9ddcee #9db4ee #9deed8

Monochromatic Colors of #9ddcee

#9ddcee

Complementary Color

#9ddcee #eeaf9d

#9ddcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddcee Color CSS Codes

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

#9ddcee Text Font Color

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

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


#9ddcee Background Color

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

This div background color is #9ddcee


#9ddcee Border Color

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

This div border color is #9ddcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddcee


Comments

No comments written yet.

Please login to write comment.