Color Hex Logo

#9dd3ee Color Hex

#9DD3EE
(157,211,238)
0 Favorites   0 Comments

Color spaces of #9dd3ee

RGB 157211238
HSL0.560.700.77
HSV200°34°93°
CMYK 0.340.110.00   0.07
XYZ52.631559.929789.6825
Yxy59.92970.26020.2963
Hunter Lab77.4143-14.1185-14.4960
CIE-Lab81.8000-10.9640-18.8555

#9dd3ee color RGB value is (157,211,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010011 11101110
Octal 235 323 356
Decimal 157 211 238
Hex 9D D3 EE

RGB Percentages of Color #9dd3ee

%25.91
%34.82
%39.27

CMYK Percentages of Color #9dd3ee

%34
%11
%0
%7

Triadic Colors of #9dd3ee

#9dd3ee #ee9dd3 #d3ee9d

Analogous Colors of #9dd3ee

#9dd3ee #9dabee #9deee1

Monochromatic Colors of #9dd3ee

#9dd3ee

Complementary Color

#9dd3ee #eeb89d

#9dd3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd3ee Color CSS Codes

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

#9dd3ee Text Font Color

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

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


#9dd3ee Background Color

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

This div background color is #9dd3ee


#9dd3ee Border Color

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

This div border color is #9dd3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd3ee


Comments

No comments written yet.

Please login to write comment.