Color Hex Logo

#9debea Color Hex

#9DEBEA
(157,235,234)
0 Favorites   0 Comments

Color spaces of #9debea

RGB 157235234
HSL0.500.660.77
HSV179°33°92°
CMYK 0.330.000.00   0.08
XYZ58.464272.525388.7593
Yxy72.52530.26610.3300
Hunter Lab85.1618-26.4916-2.1814
CIE-Lab88.2208-24.0010-7.1395

#9debea color RGB value is (157,235,234).

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

The process color (four color CMYK) of #9debea color hex is 0.33, 0.00, 0.00, 0.08. Web safe color of #9debea is #99ffff. Color #9debea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 11101010
Octal 235 353 352
Decimal 157 235 234
Hex 9D EB EA

RGB Percentages of Color #9debea

%25.08
%37.54
%37.38

CMYK Percentages of Color #9debea

%33
%0
%0
%8

Triadic Colors of #9debea

#9debea #ea9deb #ebea9d

Analogous Colors of #9debea

#9debea #9dc5eb #9debc3

Monochromatic Colors of #9debea

#9debea

Complementary Color

#9debea #eb9d9e

#9debea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debea Color CSS Codes

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

#9debea Text Font Color

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

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


#9debea Background Color

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

This div background color is #9debea


#9debea Border Color

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

This div border color is #9debea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debea


Comments

No comments written yet.

Please login to write comment.