Color Hex Logo

#87afdc Color Hex

#87AFDC
(135,175,220)
0 Favorites   0 Comments

Color spaces of #87afdc

RGB 135175220
HSL0.590.550.70
HSV212°39°86°
CMYK 0.390.200.00   0.14
XYZ38.239940.978173.6043
Yxy40.97810.25020.2681
Hunter Lab64.0141-5.3948-23.3625
CIE-Lab70.1606-2.2659-26.9745

#87afdc color RGB value is (135,175,220).

#87afdc hex color red value is 135, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #87afdc hue: 0.59 , saturation: 0.55 and the lightness value of 87afdc is 0.70.

The process color (four color CMYK) of #87afdc color hex is 0.39, 0.20, 0.00, 0.14. Web safe color of #87afdc is #9999cc. Color #87afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 11011100
Octal 207 257 334
Decimal 135 175 220
Hex 87 AF DC

RGB Percentages of Color #87afdc

%25.47
%33.02
%41.51

CMYK Percentages of Color #87afdc

%39
%20
%0
%14

Triadic Colors of #87afdc

#87afdc #dc87af #afdc87

Analogous Colors of #87afdc

#87afdc #8a87dc #87dadc

Monochromatic Colors of #87afdc

#87afdc

Complementary Color

#87afdc #dcb487

#87afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afdc Color CSS Codes

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

#87afdc Text Font Color

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

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


#87afdc Background Color

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

This div background color is #87afdc


#87afdc Border Color

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

This div border color is #87afdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,175,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 #87afdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afdc


Comments

No comments written yet.

Please login to write comment.