Color Hex Logo

#85faed Color Hex

#85FAED
(133,250,237)
0 Favorites   0 Comments

Color spaces of #85faed

RGB 133250237
HSL0.480.920.75
HSV173°47°98°
CMYK 0.470.000.05   0.02
XYZ59.144579.472292.3432
Yxy79.47220.25610.3441
Hunter Lab89.1472-37.58210.9874
CIE-Lab91.4475-36.2662-4.0577

#85faed color RGB value is (133,250,237).

#85faed hex color red value is 133, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #85faed hue: 0.48 , saturation: 0.92 and the lightness value of 85faed is 0.75.

The process color (four color CMYK) of #85faed color hex is 0.47, 0.00, 0.05, 0.02. Web safe color of #85faed is #99ffff. Color #85faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111010 11101101
Octal 205 372 355
Decimal 133 250 237
Hex 85 FA ED

RGB Percentages of Color #85faed

%21.45
%40.32
%38.23

CMYK Percentages of Color #85faed

%47
%0
%5
%2

Triadic Colors of #85faed

#85faed #ed85fa #faed85

Analogous Colors of #85faed

#85faed #85cdfa #85fab3

Monochromatic Colors of #85faed

#85faed

Complementary Color

#85faed #fa8592

#85faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#85faed Color CSS Codes

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

#85faed Text Font Color

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

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


#85faed Background Color

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

This div background color is #85faed


#85faed Border Color

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

This div border color is #85faed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,250,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 #85faed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85faed


Comments

No comments written yet.

Please login to write comment.