Color Hex Logo

#85bdbc Color Hex

#85BDBC
(133,189,188)
0 Favorites   0 Comments

Color spaces of #85bdbc

RGB 133189188
HSL0.500.300.63
HSV179°30°74°
CMYK 0.300.000.01   0.26
XYZ36.947645.012654.3179
Yxy45.01260.27110.3303
Hunter Lab67.0914-19.1091-1.0378
CIE-Lab72.9002-18.2803-5.3437

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111101 10111100
Octal 205 275 274
Decimal 133 189 188
Hex 85 BD BC

RGB Percentages of Color #85bdbc

%26.08
%37.06
%36.86

CMYK Percentages of Color #85bdbc

%30
%0
%1
%26

Triadic Colors of #85bdbc

#85bdbc #bc85bd #bdbc85

Analogous Colors of #85bdbc

#85bdbc #85a2bd #85bda0

Monochromatic Colors of #85bdbc

#85bdbc

Complementary Color

#85bdbc #bd8586

#85bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bdbc Color CSS Codes

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

#85bdbc Text Font Color

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

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


#85bdbc Background Color

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

This div background color is #85bdbc


#85bdbc Border Color

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

This div border color is #85bdbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,189,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 #85bdbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bdbc


Comments

No comments written yet.

Please login to write comment.