Color Hex Logo

#85cab1 Color Hex

#85CAB1
(133,202,177)
0 Favorites   0 Comments

Color spaces of #85cab1

RGB 133202177
HSL0.440.390.66
HSV158°34°79°
CMYK 0.340.000.12   0.21
XYZ38.729250.401949.2823
Yxy50.40190.27980.3641
Hunter Lab70.9943-26.86378.5385
CIE-Lab76.3153-27.22715.6059

#85cab1 color RGB value is (133,202,177).

#85cab1 hex color red value is 133, green value is 202 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #85cab1 hue: 0.44 , saturation: 0.39 and the lightness value of 85cab1 is 0.66.

The process color (four color CMYK) of #85cab1 color hex is 0.34, 0.00, 0.12, 0.21. Web safe color of #85cab1 is #99cc99. Color #85cab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001010 10110001
Octal 205 312 261
Decimal 133 202 177
Hex 85 CA B1

RGB Percentages of Color #85cab1

%25.98
%39.45
%34.57

CMYK Percentages of Color #85cab1

%34
%0
%12
%21

Triadic Colors of #85cab1

#85cab1 #b185ca #cab185

Analogous Colors of #85cab1

#85cab1 #85c1ca #85ca8f

Monochromatic Colors of #85cab1

#85cab1

Complementary Color

#85cab1 #ca859e

#85cab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cab1 Color CSS Codes

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

#85cab1 Text Font Color

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

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


#85cab1 Background Color

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

This div background color is #85cab1


#85cab1 Border Color

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

This div border color is #85cab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cab1


Comments

No comments written yet.

Please login to write comment.