Color Hex Logo

#85bfbe Color Hex

#85BFBE
(133,191,190)
0 Favorites   0 Comments

Color spaces of #85bfbe

RGB 133191190
HSL0.500.310.64
HSV179°30°75°
CMYK 0.300.000.01   0.25
XYZ37.597945.965955.6059
Yxy45.96590.27020.3303
Hunter Lab67.7982-19.6585-1.1691
CIE-Lab73.5234-18.8381-5.5132

#85bfbe color RGB value is (133,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 10111110
Octal 205 277 276
Decimal 133 191 190
Hex 85 BF BE

RGB Percentages of Color #85bfbe

%25.88
%37.16
%36.96

CMYK Percentages of Color #85bfbe

%30
%0
%1
%25

Triadic Colors of #85bfbe

#85bfbe #be85bf #bfbe85

Analogous Colors of #85bfbe

#85bfbe #85a3bf #85bfa1

Monochromatic Colors of #85bfbe

#85bfbe

Complementary Color

#85bfbe #bf8586

#85bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bfbe Color CSS Codes

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

#85bfbe Text Font Color

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

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


#85bfbe Background Color

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

This div background color is #85bfbe


#85bfbe Border Color

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

This div border color is #85bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bfbe


Comments

No comments written yet.

Please login to write comment.