Color Hex Logo

#85ecca Color Hex

#85ECCA
(133,236,202)
0 Favorites   0 Comments

Color spaces of #85ecca

RGB 133236202
HSL0.440.730.72
HSV160°44°93°
CMYK 0.440.000.14   0.07
XYZ50.329069.241766.5895
Yxy69.24170.27040.3719
Hunter Lab83.2116-37.657910.8017
CIE-Lab86.6236-37.83247.1734

#85ecca color RGB value is (133,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101100 11001010
Octal 205 354 312
Decimal 133 236 202
Hex 85 EC CA

RGB Percentages of Color #85ecca

%23.29
%41.33
%35.38

CMYK Percentages of Color #85ecca

%44
%0
%14
%7

Triadic Colors of #85ecca

#85ecca #ca85ec #ecca85

Analogous Colors of #85ecca

#85ecca #85dbec #85ec97

Monochromatic Colors of #85ecca

#85ecca

Complementary Color

#85ecca #ec85a7

#85ecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ecca Color CSS Codes

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

#85ecca Text Font Color

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

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


#85ecca Background Color

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

This div background color is #85ecca


#85ecca Border Color

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

This div border color is #85ecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ecca


Comments

No comments written yet.

Please login to write comment.