Color Hex Logo

#9ddeec Color Hex

#9DDEEC
(157,222,236)
0 Favorites   0 Comments

Color spaces of #9ddeec

RGB 157222236
HSL0.530.680.77
HSV191°33°93°
CMYK 0.330.060.00   0.07
XYZ55.166265.466889.0857
Yxy65.46680.26300.3122
Hunter Lab80.9116-19.8924-8.6417
CIE-Lab84.7237-17.0782-13.3977

#9ddeec color RGB value is (157,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 11101100
Octal 235 336 354
Decimal 157 222 236
Hex 9D DE EC

RGB Percentages of Color #9ddeec

%25.53
%36.10
%38.37

CMYK Percentages of Color #9ddeec

%33
%6
%0
%7

Triadic Colors of #9ddeec

#9ddeec #ec9dde #deec9d

Analogous Colors of #9ddeec

#9ddeec #9db7ec #9decd3

Monochromatic Colors of #9ddeec

#9ddeec

Complementary Color

#9ddeec #ecab9d

#9ddeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddeec Color CSS Codes

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

#9ddeec Text Font Color

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

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


#9ddeec Background Color

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

This div background color is #9ddeec


#9ddeec Border Color

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

This div border color is #9ddeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddeec


Comments

No comments written yet.

Please login to write comment.