Color Hex Logo

#87afcf Color Hex

#87AFCF
(135,175,207)
0 Favorites   0 Comments

Color spaces of #87afcf

RGB 135175207
HSL0.570.430.67
HSV207°35°81°
CMYK 0.350.150.00   0.19
XYZ36.584140.315864.8850
Yxy40.31580.25800.2843
Hunter Lab63.4947-8.2685-16.1419
CIE-Lab69.6939-5.6606-20.5548

#87afcf color RGB value is (135,175,207).

#87afcf hex color red value is 135, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #87afcf hue: 0.57 , saturation: 0.43 and the lightness value of 87afcf is 0.67.

The process color (four color CMYK) of #87afcf color hex is 0.35, 0.15, 0.00, 0.19. Web safe color of #87afcf is #9999cc. Color #87afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 11001111
Octal 207 257 317
Decimal 135 175 207
Hex 87 AF CF

RGB Percentages of Color #87afcf

%26.11
%33.85
%40.04

CMYK Percentages of Color #87afcf

%35
%15
%0
%19

Triadic Colors of #87afcf

#87afcf #cf87af #afcf87

Analogous Colors of #87afcf

#87afcf #878bcf #87cfcb

Monochromatic Colors of #87afcf

#87afcf

Complementary Color

#87afcf #cfa787

#87afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afcf Color CSS Codes

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

#87afcf Text Font Color

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

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


#87afcf Background Color

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

This div background color is #87afcf


#87afcf Border Color

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

This div border color is #87afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afcf


Comments

No comments written yet.

Please login to write comment.