Color Hex Logo

#9dd4ef Color Hex

#9DD4EF
(157,212,239)
0 Favorites   0 Comments

Color spaces of #9dd4ef

RGB 157212239
HSL0.550.720.78
HSV200°34°94°
CMYK 0.340.110.00   0.06
XYZ53.028160.487190.5416
Yxy60.48710.25990.2964
Hunter Lab77.7735-14.3973-14.5823
CIE-Lab82.1022-11.2382-18.9310

#9dd4ef color RGB value is (157,212,239).

#9dd4ef hex color red value is 157, green value is 212 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9dd4ef hue: 0.55 , saturation: 0.72 and the lightness value of 9dd4ef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010100 11101111
Octal 235 324 357
Decimal 157 212 239
Hex 9D D4 EF

RGB Percentages of Color #9dd4ef

%25.82
%34.87
%39.31

CMYK Percentages of Color #9dd4ef

%34
%11
%0
%6

Triadic Colors of #9dd4ef

#9dd4ef #ef9dd4 #d4ef9d

Analogous Colors of #9dd4ef

#9dd4ef #9dabef #9defe1

Monochromatic Colors of #9dd4ef

#9dd4ef

Complementary Color

#9dd4ef #efb89d

#9dd4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd4ef Color CSS Codes

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

#9dd4ef Text Font Color

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

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


#9dd4ef Background Color

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

This div background color is #9dd4ef


#9dd4ef Border Color

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

This div border color is #9dd4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd4ef


Comments

No comments written yet.

Please login to write comment.