Color Hex Logo

#9edbdd Color Hex

#9EDBDD
(158,219,221)
0 Favorites   0 Comments

Color spaces of #9edbdd

RGB 158219221
HSL0.510.480.74
HSV182°29°87°
CMYK 0.290.010.00   0.13
XYZ52.483263.152677.8301
Yxy63.15260.27130.3264
Hunter Lab79.4686-21.1839-2.4395
CIE-Lab83.5226-18.7752-7.2333

#9edbdd color RGB value is (158,219,221).

#9edbdd hex color red value is 158, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9edbdd hue: 0.51 , saturation: 0.48 and the lightness value of 9edbdd is 0.74.

The process color (four color CMYK) of #9edbdd color hex is 0.29, 0.01, 0.00, 0.13. Web safe color of #9edbdd is #99cccc. Color #9edbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11011101
Octal 236 333 335
Decimal 158 219 221
Hex 9E DB DD

RGB Percentages of Color #9edbdd

%26.42
%36.62
%36.96

CMYK Percentages of Color #9edbdd

%29
%1
%0
%13

Triadic Colors of #9edbdd

#9edbdd #dd9edb #dbdd9e

Analogous Colors of #9edbdd

#9edbdd #9ebcdd #9eddc0

Monochromatic Colors of #9edbdd

#9edbdd

Complementary Color

#9edbdd #dda09e

#9edbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbdd Color CSS Codes

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

#9edbdd Text Font Color

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

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


#9edbdd Background Color

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

This div background color is #9edbdd


#9edbdd Border Color

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

This div border color is #9edbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,219,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9edbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9edbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #9edbdd;
  box-shadow:         1px 1px 3px 2px #9edbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,219,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbdd

#9edbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.