Color Hex Logo

#85fabd Color Hex

#85FABD
(133,250,189)
0 Favorites   0 Comments

Color spaces of #85fabd

RGB 133250189
HSL0.410.920.75
HSV149°47°98°
CMYK 0.470.000.24   0.02
XYZ53.043877.031960.2171
Yxy77.03190.27870.4048
Hunter Lab87.7678-45.714520.7589
CIE-Lab90.3363-46.689219.1724

#85fabd color RGB value is (133,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111010 10111101
Octal 205 372 275
Decimal 133 250 189
Hex 85 FA BD

RGB Percentages of Color #85fabd

%23.25
%43.71
%33.04

CMYK Percentages of Color #85fabd

%47
%0
%24
%2

Triadic Colors of #85fabd

#85fabd #bd85fa #fabd85

Analogous Colors of #85fabd

#85fabd #85faf8 #88fa85

Monochromatic Colors of #85fabd

#85fabd

Complementary Color

#85fabd #fa85c2

#85fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fabd Color CSS Codes

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

#85fabd Text Font Color

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

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


#85fabd Background Color

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

This div background color is #85fabd


#85fabd Border Color

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

This div border color is #85fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fabd

Related Colors


Comments

No comments written yet.

Please login to write comment.