Color Hex Logo

#85ccbd Color Hex

#85CCBD
(133,204,189)
0 Favorites   0 Comments

Color spaces of #85ccbd

RGB 133204189
HSL0.460.410.66
HSV167°35°80°
CMYK 0.350.000.07   0.20
XYZ40.451051.846456.0195
Yxy51.84640.27270.3496
Hunter Lab72.0044-25.72924.2755
CIE-Lab77.1889-25.57890.4113

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

#85ccbd hex color red value is 133, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #85ccbd hue: 0.46 , saturation: 0.41 and the lightness value of 85ccbd is 0.66.

The process color (four color CMYK) of #85ccbd color hex is 0.35, 0.00, 0.07, 0.20. Web safe color of #85ccbd is #99cccc. Color #85ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001100 10111101
Octal 205 314 275
Decimal 133 204 189
Hex 85 CC BD

RGB Percentages of Color #85ccbd

%25.29
%38.78
%35.93

CMYK Percentages of Color #85ccbd

%35
%0
%7
%20

Triadic Colors of #85ccbd

#85ccbd #bd85cc #ccbd85

Analogous Colors of #85ccbd

#85ccbd #85b8cc #85cc9a

Monochromatic Colors of #85ccbd

#85ccbd

Complementary Color

#85ccbd #cc8594

#85ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ccbd Color CSS Codes

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

#85ccbd Text Font Color

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

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


#85ccbd Background Color

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

This div background color is #85ccbd


#85ccbd Border Color

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

This div border color is #85ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ccbd

#85ccbd Color Palettes


Comments

No comments written yet.

Please login to write comment.