Color Hex Logo

#85eccb Color Hex

#85ECCB
(133,236,203)
0 Favorites   0 Comments

Color spaces of #85eccb

RGB 133236203
HSL0.450.730.72
HSV161°44°93°
CMYK 0.440.000.14   0.07
XYZ50.447869.289267.2152
Yxy69.28920.26980.3706
Hunter Lab83.2401-37.490110.3923
CIE-Lab86.6471-37.61556.6838

#85eccb color RGB value is (133,236,203).

#85eccb hex color red value is 133, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #85eccb hue: 0.45 , saturation: 0.73 and the lightness value of 85eccb is 0.72.

The process color (four color CMYK) of #85eccb color hex is 0.44, 0.00, 0.14, 0.07. Web safe color of #85eccb is #99ffcc. Color #85eccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101100 11001011
Octal 205 354 313
Decimal 133 236 203
Hex 85 EC CB

RGB Percentages of Color #85eccb

%23.25
%41.26
%35.49

CMYK Percentages of Color #85eccb

%44
%0
%14
%7

Triadic Colors of #85eccb

#85eccb #cb85ec #eccb85

Analogous Colors of #85eccb

#85eccb #85daec #85ec98

Monochromatic Colors of #85eccb

#85eccb

Complementary Color

#85eccb #ec85a6

#85eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eccb Color CSS Codes

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

#85eccb Text Font Color

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

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


#85eccb Background Color

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

This div background color is #85eccb


#85eccb Border Color

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

This div border color is #85eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eccb


Comments

No comments written yet.

Please login to write comment.