Color Hex Logo

#85dacc Color Hex

#85DACC
(133,218,204)
0 Favorites   0 Comments

Color spaces of #85dacc

RGB 133218204
HSL0.470.530.69
HSV170°39°85°
CMYK 0.390.000.06   0.15
XYZ45.643459.489066.2036
Yxy59.48900.26640.3472
Hunter Lab77.1291-29.34343.0989
CIE-Lab81.5596-28.9693-1.2290

#85dacc color RGB value is (133,218,204).

#85dacc hex color red value is 133, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #85dacc hue: 0.47 , saturation: 0.53 and the lightness value of 85dacc is 0.69.

The process color (four color CMYK) of #85dacc color hex is 0.39, 0.00, 0.06, 0.15. Web safe color of #85dacc is #99cccc. Color #85dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 11001100
Octal 205 332 314
Decimal 133 218 204
Hex 85 DA CC

RGB Percentages of Color #85dacc

%23.96
%39.28
%36.76

CMYK Percentages of Color #85dacc

%39
%0
%6
%15

Triadic Colors of #85dacc

#85dacc #cc85da #dacc85

Analogous Colors of #85dacc

#85dacc #85beda #85daa2

Monochromatic Colors of #85dacc

#85dacc

Complementary Color

#85dacc #da8593

#85dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dacc Color CSS Codes

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

#85dacc Text Font Color

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

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


#85dacc Background Color

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

This div background color is #85dacc


#85dacc Border Color

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

This div border color is #85dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dacc


Comments

No comments written yet.

Please login to write comment.