Color Hex Logo

#85faad Color Hex

#85FAAD
(133,250,173)
0 Favorites   0 Comments

Color spaces of #85faad

RGB 133250173
HSL0.390.920.75
HSV141°47°98°
CMYK 0.470.000.31   0.02
XYZ51.401376.374951.5679
Yxy76.37490.28660.4259
Hunter Lab87.3927-47.949926.1896
CIE-Lab90.0331-49.676026.9192

#85faad color RGB value is (133,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111010 10101101
Octal 205 372 255
Decimal 133 250 173
Hex 85 FA AD

RGB Percentages of Color #85faad

%23.92
%44.96
%31.12

CMYK Percentages of Color #85faad

%47
%0
%31
%2

Triadic Colors of #85faad

#85faad #ad85fa #faad85

Analogous Colors of #85faad

#85faad #85fae8 #98fa85

Monochromatic Colors of #85faad

#85faad

Complementary Color

#85faad #fa85d2

#85faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85faad Color CSS Codes

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

#85faad Text Font Color

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

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


#85faad Background Color

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

This div background color is #85faad


#85faad Border Color

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

This div border color is #85faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85faad

Related Colors


Comments

No comments written yet.

Please login to write comment.