Color Hex Logo

#85cabc Color Hex

#85CABC
(133,202,188)
0 Favorites   0 Comments

Color spaces of #85cabc

RGB 133202188
HSL0.470.390.66
HSV168°34°79°
CMYK 0.340.000.07   0.21
XYZ39.870550.858455.2922
Yxy50.85840.27300.3483
Hunter Lab71.3151-25.00643.9517
CIE-Lab76.5932-24.81880.0807

#85cabc color RGB value is (133,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001010 10111100
Octal 205 312 274
Decimal 133 202 188
Hex 85 CA BC

RGB Percentages of Color #85cabc

%25.43
%38.62
%35.95

CMYK Percentages of Color #85cabc

%34
%0
%7
%21

Triadic Colors of #85cabc

#85cabc #bc85ca #cabc85

Analogous Colors of #85cabc

#85cabc #85b6ca #85ca9a

Monochromatic Colors of #85cabc

#85cabc

Complementary Color

#85cabc #ca8593

#85cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cabc Color CSS Codes

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

#85cabc Text Font Color

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

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


#85cabc Background Color

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

This div background color is #85cabc


#85cabc Border Color

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

This div border color is #85cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cabc


Comments

No comments written yet.

Please login to write comment.