Color Hex Logo

#9debee Color Hex

#9DEBEE
(157,235,238)
0 Favorites   0 Comments

Color spaces of #9debee

RGB 157235238
HSL0.510.700.77
HSV182°34°93°
CMYK 0.340.010.00   0.07
XYZ59.045672.757891.8206
Yxy72.75780.26400.3254
Hunter Lab85.2982-25.7095-4.1149
CIE-Lab88.3321-23.0756-9.0714

#9debee color RGB value is (157,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 11101110
Octal 235 353 356
Decimal 157 235 238
Hex 9D EB EE

RGB Percentages of Color #9debee

%24.92
%37.30
%37.78

CMYK Percentages of Color #9debee

%34
%1
%0
%7

Triadic Colors of #9debee

#9debee #ee9deb #ebee9d

Analogous Colors of #9debee

#9debee #9dc3ee #9deec9

Monochromatic Colors of #9debee

#9debee

Complementary Color

#9debee #eea09d

#9debee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debee Color CSS Codes

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

#9debee Text Font Color

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

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


#9debee Background Color

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

This div background color is #9debee


#9debee Border Color

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

This div border color is #9debee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debee


Comments

No comments written yet.

Please login to write comment.