Color Hex Logo

#85daca Color Hex

#85DACA
(133,218,202)
0 Favorites   0 Comments

Color spaces of #85daca

RGB 133218202
HSL0.470.530.69
HSV169°39°85°
CMYK 0.390.000.07   0.15
XYZ45.404959.393664.9481
Yxy59.39360.26750.3499
Hunter Lab77.0672-29.70273.9807
CIE-Lab81.5075-29.4276-0.2410

#85daca color RGB value is (133,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 11001010
Octal 205 332 312
Decimal 133 218 202
Hex 85 DA CA

RGB Percentages of Color #85daca

%24.05
%39.42
%36.53

CMYK Percentages of Color #85daca

%39
%0
%7
%15

Triadic Colors of #85daca

#85daca #ca85da #daca85

Analogous Colors of #85daca

#85daca #85c0da #85daa0

Monochromatic Colors of #85daca

#85daca

Complementary Color

#85daca #da8595

#85daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85daca Color CSS Codes

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

#85daca Text Font Color

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

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


#85daca Background Color

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

This div background color is #85daca


#85daca Border Color

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

This div border color is #85daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85daca


Comments

No comments written yet.

Please login to write comment.