Color Hex Logo

#85dead Color Hex

#85DEAD
(133,222,173)
2 Favorites   0 Comments

Color spaces of #85dead

RGB 133222173
HSL0.410.570.70
HSV147°40°87°
CMYK 0.400.000.22   0.13
XYZ43.337060.246248.8798
Yxy60.24620.28420.3952
Hunter Lab77.6184-36.169616.9953
CIE-Lab81.9718-37.455415.7777

#85dead color RGB value is (133,222,173).

#85dead hex color red value is 133, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #85dead hue: 0.41 , saturation: 0.57 and the lightness value of 85dead is 0.70.

The process color (four color CMYK) of #85dead color hex is 0.40, 0.00, 0.22, 0.13. Web safe color of #85dead is #99cc99. Color #85dead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011110 10101101
Octal 205 336 255
Decimal 133 222 173
Hex 85 DE AD

RGB Percentages of Color #85dead

%25.19
%42.05
%32.77

CMYK Percentages of Color #85dead

%40
%0
%22
%13

Triadic Colors of #85dead

#85dead #ad85de #dead85

Analogous Colors of #85dead

#85dead #85deda #8ade85

Monochromatic Colors of #85dead

#85dead

Complementary Color

#85dead #de85b6

#85dead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dead Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dead Color CSS Codes

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

#85dead Text Font Color

<p style="color:#85dead">Text here</p>

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


#85dead Background Color

<div style="background-color:#85dead">
Div content here</div>

This div background color is #85dead


#85dead Border Color

<div style="border:3px solid #85dead">
Div here</div>

This div border color is #85dead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,222,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85dead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85dead;
  -webkit-box-shadow: 1px 1px 3px 2px #85dead;
  box-shadow:         1px 1px 3px 2px #85dead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,222,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dead


Comments

No comments written yet.

Please login to write comment.