Color Hex Logo

#85adec Color Hex

#85ADEC
(133,173,236)
0 Favorites   0 Comments

Color spaces of #85adec

RGB 133173236
HSL0.600.730.72
HSV217°44°93°
CMYK 0.440.270.00   0.07
XYZ39.756840.929885.1617
Yxy40.92980.23970.2468
Hunter Lab63.9764-1.0336-34.1400
CIE-Lab70.12672.6976-35.7771

#85adec color RGB value is (133,173,236).

#85adec hex color red value is 133, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #85adec hue: 0.60 , saturation: 0.73 and the lightness value of 85adec is 0.72.

The process color (four color CMYK) of #85adec color hex is 0.44, 0.27, 0.00, 0.07. Web safe color of #85adec is #9999ff. Color #85adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11101100
Octal 205 255 354
Decimal 133 173 236
Hex 85 AD EC

RGB Percentages of Color #85adec

%24.54
%31.92
%43.54

CMYK Percentages of Color #85adec

%44
%27
%0
%7

Triadic Colors of #85adec

#85adec #ec85ad #adec85

Analogous Colors of #85adec

#85adec #9185ec #85e1ec

Monochromatic Colors of #85adec

#85adec

Complementary Color

#85adec #ecc485

#85adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adec Color CSS Codes

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

#85adec Text Font Color

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

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


#85adec Background Color

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

This div background color is #85adec


#85adec Border Color

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

This div border color is #85adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adec


Comments

No comments written yet.

Please login to write comment.