Color Hex Logo

#85dbea Color Hex

#85DBEA
(133,219,234)
0 Favorites   0 Comments

Color spaces of #85dbea

RGB 133219234
HSL0.520.710.72
HSV189°43°92°
CMYK 0.430.060.00   0.08
XYZ49.855761.590187.1023
Yxy61.59010.25110.3102
Hunter Lab78.4794-23.9429-10.8690
CIE-Lab82.6950-22.1707-15.4969

#85dbea color RGB value is (133,219,234).

#85dbea hex color red value is 133, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #85dbea hue: 0.52 , saturation: 0.71 and the lightness value of 85dbea is 0.72.

The process color (four color CMYK) of #85dbea color hex is 0.43, 0.06, 0.00, 0.08. Web safe color of #85dbea is #99ccff. Color #85dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 11101010
Octal 205 333 352
Decimal 133 219 234
Hex 85 DB EA

RGB Percentages of Color #85dbea

%22.70
%37.37
%39.93

CMYK Percentages of Color #85dbea

%43
%6
%0
%8

Triadic Colors of #85dbea

#85dbea #ea85db #dbea85

Analogous Colors of #85dbea

#85dbea #85a9ea #85eac7

Monochromatic Colors of #85dbea

#85dbea

Complementary Color

#85dbea #ea9485

#85dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbea Color CSS Codes

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

#85dbea Text Font Color

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

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


#85dbea Background Color

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

This div background color is #85dbea


#85dbea Border Color

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

This div border color is #85dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbea


Comments

No comments written yet.

Please login to write comment.