Color Hex Logo

#9debbe Color Hex

#9DEBBE
(157,235,190)
0 Favorites   0 Comments

Color spaces of #9debbe

RGB 157235190
HSL0.400.660.77
HSV145°33°92°
CMYK 0.330.000.19   0.08
XYZ52.907270.302559.4964
Yxy70.30250.28960.3848
Hunter Lab83.8466-34.098016.6212
CIE-Lab87.1450-33.287314.3278

#9debbe color RGB value is (157,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 10111110
Octal 235 353 276
Decimal 157 235 190
Hex 9D EB BE

RGB Percentages of Color #9debbe

%26.98
%40.38
%32.65

CMYK Percentages of Color #9debbe

%33
%0
%19
%8

Triadic Colors of #9debbe

#9debbe #be9deb #ebbe9d

Analogous Colors of #9debbe

#9debbe #9debe5 #a3eb9d

Monochromatic Colors of #9debbe

#9debbe

Complementary Color

#9debbe #eb9dca

#9debbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debbe Color CSS Codes

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

#9debbe Text Font Color

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

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


#9debbe Background Color

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

This div background color is #9debbe


#9debbe Border Color

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

This div border color is #9debbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debbe


Comments

No comments written yet.

Please login to write comment.