Color Hex Logo

#85afbf Color Hex

#85AFBF
(133,175,191)
0 Favorites   0 Comments

Color spaces of #85afbf

RGB 133175191
HSL0.550.310.64
HSV197°30°75°
CMYK 0.300.080.00   0.25
XYZ34.406839.408155.0833
Yxy39.40810.26690.3057
Hunter Lab62.7759-12.0238-8.0815
CIE-Lab69.0459-10.2309-12.7307

#85afbf color RGB value is (133,175,191).

#85afbf hex color red value is 133, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #85afbf hue: 0.55 , saturation: 0.31 and the lightness value of 85afbf is 0.64.

The process color (four color CMYK) of #85afbf color hex is 0.30, 0.08, 0.00, 0.25. Web safe color of #85afbf is #9999cc. Color #85afbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101111 10111111
Octal 205 257 277
Decimal 133 175 191
Hex 85 AF BF

RGB Percentages of Color #85afbf

%26.65
%35.07
%38.28

CMYK Percentages of Color #85afbf

%30
%8
%0
%25

Triadic Colors of #85afbf

#85afbf #bf85af #afbf85

Analogous Colors of #85afbf

#85afbf #8592bf #85bfb2

Monochromatic Colors of #85afbf

#85afbf

Complementary Color

#85afbf #bf9585

#85afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85afbf Color CSS Codes

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

#85afbf Text Font Color

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

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


#85afbf Background Color

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

This div background color is #85afbf


#85afbf Border Color

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

This div border color is #85afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85afbf


Comments

No comments written yet.

Please login to write comment.