Color Hex Logo

#85bfb2 Color Hex

#85BFB2
(133,191,178)
0 Favorites   0 Comments

Color spaces of #85bfb2

RGB 133191178
HSL0.460.310.64
HSV167°30°75°
CMYK 0.300.000.07   0.25
XYZ36.339545.462548.9793
Yxy45.46250.27790.3476
Hunter Lab67.4259-21.79194.1289
CIE-Lab73.1954-21.56580.5421

#85bfb2 color RGB value is (133,191,178).

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

The process color (four color CMYK) of #85bfb2 color hex is 0.30, 0.00, 0.07, 0.25. Web safe color of #85bfb2 is #99cc99. Color #85bfb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 10110010
Octal 205 277 262
Decimal 133 191 178
Hex 85 BF B2

RGB Percentages of Color #85bfb2

%26.49
%38.05
%35.46

CMYK Percentages of Color #85bfb2

%30
%0
%7
%25

Triadic Colors of #85bfb2

#85bfb2 #b285bf #bfb285

Analogous Colors of #85bfb2

#85bfb2 #85afbf #85bf95

Monochromatic Colors of #85bfb2

#85bfb2

Complementary Color

#85bfb2 #bf8592

#85bfb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bfb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bfb2 Color CSS Codes

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

#85bfb2 Text Font Color

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

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


#85bfb2 Background Color

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

This div background color is #85bfb2


#85bfb2 Border Color

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

This div border color is #85bfb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bfb2


Comments

No comments written yet.

Please login to write comment.