Color Hex Logo

#95debe Color Hex

#95DEBE
(149,222,190)
0 Favorites   0 Comments

Color spaces of #95debe

RGB 149222190
HSL0.430.530.73
HSV154°33°87°
CMYK 0.330.000.14   0.13
XYZ47.810062.349858.2301
Yxy62.34980.28390.3703
Hunter Lab78.9619-30.104811.5502
CIE-Lab83.0991-29.50518.5204

#95debe color RGB value is (149,222,190).

#95debe hex color red value is 149, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #95debe hue: 0.43 , saturation: 0.53 and the lightness value of 95debe is 0.73.

The process color (four color CMYK) of #95debe color hex is 0.33, 0.00, 0.14, 0.13. Web safe color of #95debe is #99cccc. Color #95debe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011110 10111110
Octal 225 336 276
Decimal 149 222 190
Hex 95 DE BE

RGB Percentages of Color #95debe

%26.56
%39.57
%33.87

CMYK Percentages of Color #95debe

%33
%0
%14
%13

Triadic Colors of #95debe

#95debe #be95de #debe95

Analogous Colors of #95debe

#95debe #95dade #95de9a

Monochromatic Colors of #95debe

#95debe

Complementary Color

#95debe #de95b5

#95debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95debe Color CSS Codes

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

#95debe Text Font Color

<p style="color:#95debe">Text here</p>

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


#95debe Background Color

<div style="background-color:#95debe">
Div content here</div>

This div background color is #95debe


#95debe Border Color

<div style="border:3px solid #95debe">
Div here</div>

This div border color is #95debe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,222,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95debe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95debe;
  -webkit-box-shadow: 1px 1px 3px 2px #95debe;
  box-shadow:         1px 1px 3px 2px #95debe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,222,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 #95debe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95debe


Comments

No comments written yet.

Please login to write comment.