Color Hex Logo

#85afdd Color Hex

#85AFDD
(133,175,221)
0 Favorites   0 Comments

Color spaces of #85afdd

RGB 133175221
HSL0.590.560.69
HSV211°40°87°
CMYK 0.400.210.00   0.13
XYZ38.054040.866974.2891
Yxy40.86690.24840.2667
Hunter Lab63.9272-5.6168-24.1512
CIE-Lab70.0826-2.5287-27.6516

#85afdd color RGB value is (133,175,221).

#85afdd hex color red value is 133, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #85afdd hue: 0.59 , saturation: 0.56 and the lightness value of 85afdd is 0.69.

The process color (four color CMYK) of #85afdd color hex is 0.40, 0.21, 0.00, 0.13. Web safe color of #85afdd is #9999cc. Color #85afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101111 11011101
Octal 205 257 335
Decimal 133 175 221
Hex 85 AF DD

RGB Percentages of Color #85afdd

%25.14
%33.08
%41.78

CMYK Percentages of Color #85afdd

%40
%21
%0
%13

Triadic Colors of #85afdd

#85afdd #dd85af #afdd85

Analogous Colors of #85afdd

#85afdd #8785dd #85dbdd

Monochromatic Colors of #85afdd

#85afdd

Complementary Color

#85afdd #ddb385

#85afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85afdd Color CSS Codes

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

#85afdd Text Font Color

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

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


#85afdd Background Color

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

This div background color is #85afdd


#85afdd Border Color

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

This div border color is #85afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85afdd


Comments

No comments written yet.

Please login to write comment.