Color Hex Logo

#85ddda Color Hex

#85DDDA
(133,221,218)
0 Favorites   0 Comments

Color spaces of #85ddda

RGB 133221218
HSL0.490.560.69
HSV178°40°87°
CMYK 0.400.000.01   0.13
XYZ48.184261.761475.7112
Yxy61.76140.25950.3327
Hunter Lab78.5884-28.0877-2.1074
CIE-Lab82.7864-27.1224-6.8649

#85ddda color RGB value is (133,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11011010
Octal 205 335 332
Decimal 133 221 218
Hex 85 DD DA

RGB Percentages of Color #85ddda

%23.25
%38.64
%38.11

CMYK Percentages of Color #85ddda

%40
%0
%1
%13

Triadic Colors of #85ddda

#85ddda #da85dd #ddda85

Analogous Colors of #85ddda

#85ddda #85b4dd #85ddae

Monochromatic Colors of #85ddda

#85ddda

Complementary Color

#85ddda #dd8588

#85ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddda Color CSS Codes

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

#85ddda Text Font Color

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

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


#85ddda Background Color

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

This div background color is #85ddda


#85ddda Border Color

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

This div border color is #85ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddda


Comments

No comments written yet.

Please login to write comment.