Color Hex Logo

#85ccda Color Hex

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

Color spaces of #85ccda

RGB 133204218
HSL0.530.530.69
HSV190°39°85°
CMYK 0.390.060.00   0.15
XYZ43.920653.234274.2900
Yxy53.23420.25620.3105
Hunter Lab72.9618-20.2319-9.2961
CIE-Lab78.0131-18.6720-13.9791

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

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

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

Base Numbers

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

RGB Percentages of Color #85ccda

%23.96
%36.76
%39.28

CMYK Percentages of Color #85ccda

%39
%6
%0
%15

Triadic Colors of #85ccda

#85ccda #da85cc #ccda85

Analogous Colors of #85ccda

#85ccda #85a2da #85dabe

Monochromatic Colors of #85ccda

#85ccda

Complementary Color

#85ccda #da9385

#85ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ccda Color CSS Codes

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

#85ccda Text Font Color

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

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


#85ccda Background Color

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

This div background color is #85ccda


#85ccda Border Color

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

This div border color is #85ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ccda


Comments

No comments written yet.

Please login to write comment.