Color Hex Logo

#85eccc Color Hex

#85ECCC
(133,236,204)
0 Favorites   0 Comments

Color spaces of #85eccc

RGB 133236204
HSL0.450.730.72
HSV161°44°93°
CMYK 0.440.000.14   0.07
XYZ50.567469.337167.8450
Yxy69.33710.26930.3693
Hunter Lab83.2689-37.32149.9805
CIE-Lab86.6707-37.39786.1943

#85eccc color RGB value is (133,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101100 11001100
Octal 205 354 314
Decimal 133 236 204
Hex 85 EC CC

RGB Percentages of Color #85eccc

%23.21
%41.19
%35.60

CMYK Percentages of Color #85eccc

%44
%0
%14
%7

Triadic Colors of #85eccc

#85eccc #cc85ec #eccc85

Analogous Colors of #85eccc

#85eccc #85d9ec #85ec99

Monochromatic Colors of #85eccc

#85eccc

Complementary Color

#85eccc #ec85a5

#85eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eccc Color CSS Codes

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

#85eccc Text Font Color

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

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


#85eccc Background Color

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

This div background color is #85eccc


#85eccc Border Color

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

This div border color is #85eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eccc


Comments

No comments written yet.

Please login to write comment.