Color Hex Logo

#85beab Color Hex

#85BEAB
(133,190,171)
0 Favorites   0 Comments

Color spaces of #85beab

RGB 133190171
HSL0.440.300.63
HSV160°30°75°
CMYK 0.300.000.10   0.25
XYZ35.437044.753745.2987
Yxy44.75370.28240.3566
Hunter Lab66.8982-22.51776.6818
CIE-Lab72.7294-22.58673.6776

#85beab color RGB value is (133,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111110 10101011
Octal 205 276 253
Decimal 133 190 171
Hex 85 BE AB

RGB Percentages of Color #85beab

%26.92
%38.46
%34.62

CMYK Percentages of Color #85beab

%30
%0
%10
%25

Triadic Colors of #85beab

#85beab #ab85be #beab85

Analogous Colors of #85beab

#85beab #85b5be #85be8f

Monochromatic Colors of #85beab

#85beab

Complementary Color

#85beab #be8598

#85beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85beab Color CSS Codes

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

#85beab Text Font Color

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

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


#85beab Background Color

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

This div background color is #85beab


#85beab Border Color

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

This div border color is #85beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85beab


Comments

No comments written yet.

Please login to write comment.