Color Hex Logo

#85dfde Color Hex

#85DFDE
(133,223,222)
0 Favorites   0 Comments

Color spaces of #85dfde

RGB 133223222
HSL0.500.580.70
HSV179°40°87°
CMYK 0.400.000.00   0.13
XYZ49.245463.035878.6789
Yxy63.03580.25790.3301
Hunter Lab79.3951-28.2254-3.1786
CIE-Lab83.4612-27.1256-7.9869

#85dfde color RGB value is (133,223,222).

#85dfde hex color red value is 133, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #85dfde hue: 0.50 , saturation: 0.58 and the lightness value of 85dfde is 0.70.

The process color (four color CMYK) of #85dfde color hex is 0.40, 0.00, 0.00, 0.13. Web safe color of #85dfde is #99cccc. Color #85dfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011111 11011110
Octal 205 337 336
Decimal 133 223 222
Hex 85 DF DE

RGB Percentages of Color #85dfde

%23.01
%38.58
%38.41

CMYK Percentages of Color #85dfde

%40
%0
%0
%13

Triadic Colors of #85dfde

#85dfde #de85df #dfde85

Analogous Colors of #85dfde

#85dfde #85b3df #85dfb1

Monochromatic Colors of #85dfde

#85dfde

Complementary Color

#85dfde #df8586

#85dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dfde Color CSS Codes

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

#85dfde Text Font Color

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

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


#85dfde Background Color

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

This div background color is #85dfde


#85dfde Border Color

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

This div border color is #85dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dfde


Comments

No comments written yet.

Please login to write comment.