Color Hex Logo

#87fadc Color Hex

#87FADC
(135,250,220)
0 Favorites   0 Comments

Color spaces of #87fadc

RGB 135250220
HSL0.460.920.75
HSV164°46°98°
CMYK 0.460.000.12   0.02
XYZ57.095578.689479.8895
Yxy78.68940.26470.3649
Hunter Lab88.7070-40.34748.6984
CIE-Lab91.0936-39.72814.2565

#87fadc color RGB value is (135,250,220).

#87fadc hex color red value is 135, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #87fadc hue: 0.46 , saturation: 0.92 and the lightness value of 87fadc is 0.75.

The process color (four color CMYK) of #87fadc color hex is 0.46, 0.00, 0.12, 0.02. Web safe color of #87fadc is #99ffcc. Color #87fadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111010 11011100
Octal 207 372 334
Decimal 135 250 220
Hex 87 FA DC

RGB Percentages of Color #87fadc

%22.31
%41.32
%36.36

CMYK Percentages of Color #87fadc

%46
%0
%12
%2

Triadic Colors of #87fadc

#87fadc #dc87fa #fadc87

Analogous Colors of #87fadc

#87fadc #87dffa #87faa3

Monochromatic Colors of #87fadc

#87fadc

Complementary Color

#87fadc #fa87a5

#87fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fadc Color CSS Codes

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

#87fadc Text Font Color

<p style="color:#87fadc">Text here</p>

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


#87fadc Background Color

<div style="background-color:#87fadc">
Div content here</div>

This div background color is #87fadc


#87fadc Border Color

<div style="border:3px solid #87fadc">
Div here</div>

This div border color is #87fadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,250,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87fadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87fadc;
  -webkit-box-shadow: 1px 1px 3px 2px #87fadc;
  box-shadow:         1px 1px 3px 2px #87fadc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fadc


Comments

No comments written yet.

Please login to write comment.