Color Hex Logo

#85dbca Color Hex

#85DBCA
(133,219,202)
0 Favorites   0 Comments

Color spaces of #85dbca

RGB 133219202
HSL0.470.540.69
HSV168°39°86°
CMYK 0.390.000.08   0.14
XYZ45.665159.913865.0348
Yxy59.91380.26770.3512
Hunter Lab77.4040-30.14954.3674
CIE-Lab81.7913-29.90590.1735

#85dbca color RGB value is (133,219,202).

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

The process color (four color CMYK) of #85dbca color hex is 0.39, 0.00, 0.08, 0.14. Web safe color of #85dbca is #99cccc. Color #85dbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 11001010
Octal 205 333 312
Decimal 133 219 202
Hex 85 DB CA

RGB Percentages of Color #85dbca

%24.01
%39.53
%36.46

CMYK Percentages of Color #85dbca

%39
%0
%8
%14

Triadic Colors of #85dbca

#85dbca #ca85db #dbca85

Analogous Colors of #85dbca

#85dbca #85c1db #85db9f

Monochromatic Colors of #85dbca

#85dbca

Complementary Color

#85dbca #db8596

#85dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbca Color CSS Codes

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

#85dbca Text Font Color

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

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


#85dbca Background Color

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

This div background color is #85dbca


#85dbca Border Color

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

This div border color is #85dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbca


Comments

No comments written yet.

Please login to write comment.