Color Hex Logo

#85cad8 Color Hex

#85CAD8
(133,202,216)
0 Favorites   0 Comments

Color spaces of #85cad8

RGB 133202216
HSL0.530.520.68
HSV190°38°85°
CMYK 0.380.060.00   0.15
XYZ43.188152.185572.7623
Yxy52.18550.25690.3104
Hunter Lab72.2395-19.7037-9.1514
CIE-Lab77.3916-18.1544-13.8352

#85cad8 color RGB value is (133,202,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001010 11011000
Octal 205 312 330
Decimal 133 202 216
Hex 85 CA D8

RGB Percentages of Color #85cad8

%24.14
%36.66
%39.20

CMYK Percentages of Color #85cad8

%38
%6
%0
%15

Triadic Colors of #85cad8

#85cad8 #d885ca #cad885

Analogous Colors of #85cad8

#85cad8 #85a1d8 #85d8bd

Monochromatic Colors of #85cad8

#85cad8

Complementary Color

#85cad8 #d89385

#85cad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cad8 Color CSS Codes

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

#85cad8 Text Font Color

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

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


#85cad8 Background Color

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

This div background color is #85cad8


#85cad8 Border Color

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

This div border color is #85cad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cad8


Comments

No comments written yet.

Please login to write comment.