Color Hex Logo

#85afdf Color Hex

#85AFDF
(133,175,223)
0 Favorites   0 Comments

Color spaces of #85afdf

RGB 133175223
HSL0.590.580.70
HSV212°40°87°
CMYK 0.400.220.00   0.13
XYZ38.322140.974275.7011
Yxy40.97420.24720.2644
Hunter Lab64.0111-5.1552-25.3101
CIE-Lab70.1578-1.9898-28.6304

#85afdf color RGB value is (133,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101111 11011111
Octal 205 257 337
Decimal 133 175 223
Hex 85 AF DF

RGB Percentages of Color #85afdf

%25.05
%32.96
%42.00

CMYK Percentages of Color #85afdf

%40
%22
%0
%13

Triadic Colors of #85afdf

#85afdf #df85af #afdf85

Analogous Colors of #85afdf

#85afdf #8885df #85dcdf

Monochromatic Colors of #85afdf

#85afdf

Complementary Color

#85afdf #dfb585

#85afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85afdf Color CSS Codes

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

#85afdf Text Font Color

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

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


#85afdf Background Color

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

This div background color is #85afdf


#85afdf Border Color

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

This div border color is #85afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85afdf


Comments

No comments written yet.

Please login to write comment.