Color Hex Logo

#85adeb Color Hex

#85ADEB
(133,173,235)
0 Favorites   0 Comments

Color spaces of #85adeb

RGB 133173235
HSL0.600.720.72
HSV216°43°92°
CMYK 0.430.260.00   0.08
XYZ39.611840.871884.3985
Yxy40.87180.24020.2479
Hunter Lab63.9311-1.2804-33.5199
CIE-Lab70.08602.4179-35.2952

#85adeb color RGB value is (133,173,235).

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

The process color (four color CMYK) of #85adeb color hex is 0.43, 0.26, 0.00, 0.08. Web safe color of #85adeb is #9999ff. Color #85adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11101011
Octal 205 255 353
Decimal 133 173 235
Hex 85 AD EB

RGB Percentages of Color #85adeb

%24.58
%31.98
%43.44

CMYK Percentages of Color #85adeb

%43
%26
%0
%8

Triadic Colors of #85adeb

#85adeb #eb85ad #adeb85

Analogous Colors of #85adeb

#85adeb #9085eb #85e0eb

Monochromatic Colors of #85adeb

#85adeb

Complementary Color

#85adeb #ebc385

#85adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adeb Color CSS Codes

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

#85adeb Text Font Color

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

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


#85adeb Background Color

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

This div background color is #85adeb


#85adeb Border Color

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

This div border color is #85adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adeb


Comments

No comments written yet.

Please login to write comment.