Color Hex Logo

#85cead Color Hex

#85CEAD
(133,206,173)
0 Favorites   0 Comments

Color spaces of #85cead

RGB 133206173
HSL0.420.430.66
HSV153°35°81°
CMYK 0.350.000.16   0.19
XYZ39.287052.146347.5298
Yxy52.14630.28270.3753
Hunter Lab72.2124-29.259111.5243
CIE-Lab77.3682-29.99469.2635

#85cead color RGB value is (133,206,173).

#85cead hex color red value is 133, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #85cead hue: 0.42 , saturation: 0.43 and the lightness value of 85cead is 0.66.

The process color (four color CMYK) of #85cead color hex is 0.35, 0.00, 0.16, 0.19. Web safe color of #85cead is #99cc99. Color #85cead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001110 10101101
Octal 205 316 255
Decimal 133 206 173
Hex 85 CE AD

RGB Percentages of Color #85cead

%25.98
%40.23
%33.79

CMYK Percentages of Color #85cead

%35
%0
%16
%19

Triadic Colors of #85cead

#85cead #ad85ce #cead85

Analogous Colors of #85cead

#85cead #85cbce #85ce89

Monochromatic Colors of #85cead

#85cead

Complementary Color

#85cead #ce85a6

#85cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cead Color CSS Codes

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

#85cead Text Font Color

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

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


#85cead Background Color

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

This div background color is #85cead


#85cead Border Color

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

This div border color is #85cead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,206,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 #85cead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cead


Comments

No comments written yet.

Please login to write comment.