Color Hex Logo

#85dfda Color Hex

#85DFDA
(133,223,218)
0 Favorites   0 Comments

Color spaces of #85dfda

RGB 133223218
HSL0.490.580.70
HSV177°40°87°
CMYK 0.400.000.02   0.13
XYZ48.715462.823975.8883
Yxy62.82390.25990.3352
Hunter Lab79.2615-28.9987-1.2837
CIE-Lab83.3496-28.0906-6.0318

#85dfda color RGB value is (133,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011111 11011010
Octal 205 337 332
Decimal 133 223 218
Hex 85 DF DA

RGB Percentages of Color #85dfda

%23.17
%38.85
%37.98

CMYK Percentages of Color #85dfda

%40
%0
%2
%13

Triadic Colors of #85dfda

#85dfda #da85df #dfda85

Analogous Colors of #85dfda

#85dfda #85b7df #85dfad

Monochromatic Colors of #85dfda

#85dfda

Complementary Color

#85dfda #df858a

#85dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dfda Color CSS Codes

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

#85dfda Text Font Color

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

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


#85dfda Background Color

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

This div background color is #85dfda


#85dfda Border Color

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

This div border color is #85dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dfda


Comments

No comments written yet.

Please login to write comment.