Color Hex Logo

#85cdbe Color Hex

#85CDBE
(133,205,190)
0 Favorites   0 Comments

Color spaces of #85cdbe

RGB 133205190
HSL0.470.420.66
HSV168°35°80°
CMYK 0.350.000.07   0.20
XYZ40.798552.366956.6727
Yxy52.36690.27230.3495
Hunter Lab72.3650-26.00264.2225
CIE-Lab77.4997-25.84470.3267

#85cdbe color RGB value is (133,205,190).

#85cdbe hex color red value is 133, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #85cdbe hue: 0.47 , saturation: 0.42 and the lightness value of 85cdbe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001101 10111110
Octal 205 315 276
Decimal 133 205 190
Hex 85 CD BE

RGB Percentages of Color #85cdbe

%25.19
%38.83
%35.98

CMYK Percentages of Color #85cdbe

%35
%0
%7
%20

Triadic Colors of #85cdbe

#85cdbe #be85cd #cdbe85

Analogous Colors of #85cdbe

#85cdbe #85b8cd #85cd9a

Monochromatic Colors of #85cdbe

#85cdbe

Complementary Color

#85cdbe #cd8594

#85cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cdbe Color CSS Codes

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

#85cdbe Text Font Color

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

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


#85cdbe Background Color

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

This div background color is #85cdbe


#85cdbe Border Color

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

This div border color is #85cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cdbe


Comments

No comments written yet.

Please login to write comment.