Color Hex Logo

#87afed Color Hex

#87AFED
(135,175,237)
0 Favorites   0 Comments

Color spaces of #87afed

RGB 135175237
HSL0.600.740.73
HSV216°43°93°
CMYK 0.430.260.00   0.07
XYZ40.607741.925386.0729
Yxy41.92530.24080.2487
Hunter Lab64.7497-1.3661-33.4903
CIE-Lab70.81942.3609-35.2377

#87afed color RGB value is (135,175,237).

#87afed hex color red value is 135, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #87afed hue: 0.60 , saturation: 0.74 and the lightness value of 87afed is 0.73.

The process color (four color CMYK) of #87afed color hex is 0.43, 0.26, 0.00, 0.07. Web safe color of #87afed is #9999ff. Color #87afed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 11101101
Octal 207 257 355
Decimal 135 175 237
Hex 87 AF ED

RGB Percentages of Color #87afed

%24.68
%31.99
%43.33

CMYK Percentages of Color #87afed

%43
%26
%0
%7

Triadic Colors of #87afed

#87afed #ed87af #afed87

Analogous Colors of #87afed

#87afed #9287ed #87e2ed

Monochromatic Colors of #87afed

#87afed

Complementary Color

#87afed #edc587

#87afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afed Color CSS Codes

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

#87afed Text Font Color

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

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


#87afed Background Color

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

This div background color is #87afed


#87afed Border Color

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

This div border color is #87afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afed


Comments

No comments written yet.

Please login to write comment.