Color Hex Logo

#87faef Color Hex

#87FAEF
(135,250,239)
0 Favorites   0 Comments

Color spaces of #87faef

RGB 135250239
HSL0.480.920.75
HSV174°46°98°
CMYK 0.460.000.04   0.02
XYZ59.757379.754193.9059
Yxy79.75410.25600.3417
Hunter Lab89.3052-36.84320.1692
CIE-Lab91.5744-35.3439-4.9009

#87faef color RGB value is (135,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111010 11101111
Octal 207 372 357
Decimal 135 250 239
Hex 87 FA EF

RGB Percentages of Color #87faef

%21.63
%40.06
%38.30

CMYK Percentages of Color #87faef

%46
%0
%4
%2

Triadic Colors of #87faef

#87faef #ef87fa #faef87

Analogous Colors of #87faef

#87faef #87ccfa #87fab6

Monochromatic Colors of #87faef

#87faef

Complementary Color

#87faef #fa8792

#87faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#87faef Color CSS Codes

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

#87faef Text Font Color

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

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


#87faef Background Color

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

This div background color is #87faef


#87faef Border Color

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

This div border color is #87faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87faef


Comments

No comments written yet.

Please login to write comment.