Color Hex Logo

#85bfbc Color Hex

#85BFBC
(133,191,188)
0 Favorites   0 Comments

Color spaces of #85bfbc

RGB 133191188
HSL0.490.310.64
HSV177°30°75°
CMYK 0.300.000.02   0.25
XYZ37.380845.879054.4623
Yxy45.87900.27140.3331
Hunter Lab67.7340-20.0247-0.2590
CIE-Lab73.4670-19.3026-4.5070

#85bfbc color RGB value is (133,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 10111100
Octal 205 277 274
Decimal 133 191 188
Hex 85 BF BC

RGB Percentages of Color #85bfbc

%25.98
%37.30
%36.72

CMYK Percentages of Color #85bfbc

%30
%0
%2
%25

Triadic Colors of #85bfbc

#85bfbc #bc85bf #bfbc85

Analogous Colors of #85bfbc

#85bfbc #85a5bf #85bf9f

Monochromatic Colors of #85bfbc

#85bfbc

Complementary Color

#85bfbc #bf8588

#85bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bfbc Color CSS Codes

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

#85bfbc Text Font Color

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

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


#85bfbc Background Color

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

This div background color is #85bfbc


#85bfbc Border Color

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

This div border color is #85bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bfbc


Comments

No comments written yet.

Please login to write comment.