Color Hex Logo

#85adff Color Hex

#85ADFF
(133,173,255)
0 Favorites   0 Comments

Color spaces of #85adff

RGB 133173255
HSL0.611.000.76
HSV220°48°100°
CMYK 0.480.320.00   0.00
XYZ42.666442.0937100.4839
Yxy42.09370.23030.2272
Hunter Lab64.87973.8464-46.4110
CIE-Lab70.93558.1198-44.8305

#85adff color RGB value is (133,173,255).

#85adff hex color red value is 133, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #85adff hue: 0.61 , saturation: 1.00 and the lightness value of 85adff is 0.76.

The process color (four color CMYK) of #85adff color hex is 0.48, 0.32, 0.00, 0.00. Web safe color of #85adff is #9999ff. Color #85adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11111111
Octal 205 255 377
Decimal 133 173 255
Hex 85 AD FF

RGB Percentages of Color #85adff

%23.71
%30.84
%45.45

CMYK Percentages of Color #85adff

%48
%32
%0
%0

Triadic Colors of #85adff

#85adff #ff85ad #adff85

Analogous Colors of #85adff

#85adff #9a85ff #85eaff

Monochromatic Colors of #85adff

#85adff

Complementary Color

#85adff #ffd785

#85adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adff Color CSS Codes

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

#85adff Text Font Color

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

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


#85adff Background Color

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

This div background color is #85adff


#85adff Border Color

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

This div border color is #85adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adff


Comments

No comments written yet.

Please login to write comment.