Color Hex Logo

#85bdbd Color Hex

#85BDBD
(133,189,189)
0 Favorites   0 Comments

Color spaces of #85bdbd

RGB 133189189
HSL0.500.300.63
HSV180°30°74°
CMYK 0.300.000.00   0.26
XYZ37.055845.055954.8877
Yxy45.05590.27050.3289
Hunter Lab67.1237-18.9251-1.4954
CIE-Lab72.9287-18.0473-5.8473

#85bdbd color RGB value is (133,189,189).

#85bdbd hex color red value is 133, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #85bdbd hue: 0.50 , saturation: 0.30 and the lightness value of 85bdbd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111101 10111101
Octal 205 275 275
Decimal 133 189 189
Hex 85 BD BD

RGB Percentages of Color #85bdbd

%26.03
%36.99
%36.99

CMYK Percentages of Color #85bdbd

%30
%0
%0
%26

Triadic Colors of #85bdbd

#85bdbd #bd85bd #bdbd85

Analogous Colors of #85bdbd

#85bdbd #85a1bd #85bda1

Monochromatic Colors of #85bdbd

#85bdbd

Complementary Color

#85bdbd #bd8585

#85bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bdbd Color CSS Codes

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

#85bdbd Text Font Color

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

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


#85bdbd Background Color

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

This div background color is #85bdbd


#85bdbd Border Color

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

This div border color is #85bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bdbd


Comments

No comments written yet.

Please login to write comment.