Color Hex Logo

#85afcf Color Hex

#85AFCF
(133,175,207)
0 Favorites   0 Comments

Color spaces of #85afcf

RGB 133175207
HSL0.570.440.67
HSV206°36°81°
CMYK 0.360.150.00   0.19
XYZ36.265340.151564.8701
Yxy40.15150.25670.2842
Hunter Lab63.3652-8.7297-16.3425
CIE-Lab69.5773-6.2177-20.7429

#85afcf color RGB value is (133,175,207).

#85afcf hex color red value is 133, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #85afcf hue: 0.57 , saturation: 0.44 and the lightness value of 85afcf is 0.67.

The process color (four color CMYK) of #85afcf color hex is 0.36, 0.15, 0.00, 0.19. Web safe color of #85afcf is #9999cc. Color #85afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101111 11001111
Octal 205 257 317
Decimal 133 175 207
Hex 85 AF CF

RGB Percentages of Color #85afcf

%25.83
%33.98
%40.19

CMYK Percentages of Color #85afcf

%36
%15
%0
%19

Triadic Colors of #85afcf

#85afcf #cf85af #afcf85

Analogous Colors of #85afcf

#85afcf #858acf #85cfca

Monochromatic Colors of #85afcf

#85afcf

Complementary Color

#85afcf #cfa585

#85afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85afcf Color CSS Codes

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

#85afcf Text Font Color

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

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


#85afcf Background Color

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

This div background color is #85afcf


#85afcf Border Color

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

This div border color is #85afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85afcf


Comments

No comments written yet.

Please login to write comment.