Color Hex Logo

#85addf Color Hex

#85ADDF
(133,173,223)
0 Favorites   0 Comments

Color spaces of #85addf

RGB 133173223
HSL0.590.580.70
HSV213°40°87°
CMYK 0.400.220.00   0.13
XYZ37.935740.201475.5723
Yxy40.20140.24680.2615
Hunter Lab63.4046-4.1594-26.2849
CIE-Lab69.6127-0.8859-29.4697

#85addf color RGB value is (133,173,223).

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

The process color (four color CMYK) of #85addf color hex is 0.40, 0.22, 0.00, 0.13. Web safe color of #85addf is #9999cc. Color #85addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11011111
Octal 205 255 337
Decimal 133 173 223
Hex 85 AD DF

RGB Percentages of Color #85addf

%25.14
%32.70
%42.16

CMYK Percentages of Color #85addf

%40
%22
%0
%13

Triadic Colors of #85addf

#85addf #df85ad #addf85

Analogous Colors of #85addf

#85addf #8a85df #85dadf

Monochromatic Colors of #85addf

#85addf

Complementary Color

#85addf #dfb785

#85addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85addf Color CSS Codes

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

#85addf Text Font Color

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

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


#85addf Background Color

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

This div background color is #85addf


#85addf Border Color

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

This div border color is #85addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85addf


Comments

No comments written yet.

Please login to write comment.