Color Hex Logo

#85abed Color Hex

#85ABED
(133,171,237)
0 Favorites   0 Comments

Color spaces of #85abed

RGB 133171237
HSL0.610.740.73
HSV218°44°93°
CMYK 0.440.280.00   0.07
XYZ39.521840.226885.8023
Yxy40.22680.23870.2430
Hunter Lab63.42460.2357-35.8117
CIE-Lab69.63084.0971-37.0931

#85abed color RGB value is (133,171,237).

#85abed hex color red value is 133, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #85abed hue: 0.61 , saturation: 0.74 and the lightness value of 85abed is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 11101101
Octal 205 253 355
Decimal 133 171 237
Hex 85 AB ED

RGB Percentages of Color #85abed

%24.58
%31.61
%43.81

CMYK Percentages of Color #85abed

%44
%28
%0
%7

Triadic Colors of #85abed

#85abed #ed85ab #abed85

Analogous Colors of #85abed

#85abed #9385ed #85dfed

Monochromatic Colors of #85abed

#85abed

Complementary Color

#85abed #edc785

#85abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abed Color CSS Codes

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

#85abed Text Font Color

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

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


#85abed Background Color

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

This div background color is #85abed


#85abed Border Color

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

This div border color is #85abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abed


Comments

No comments written yet.

Please login to write comment.