Color Hex Logo

#87dffc Color Hex

#87DFFC
(135,223,252)
0 Favorites   0 Comments

Color spaces of #87dffc

RGB 135223252
HSL0.540.950.76
HSV195°46°99°
CMYK 0.460.120.00   0.01
XYZ53.950064.9545101.7895
Yxy64.95450.24450.2943
Hunter Lab80.5944-21.5519-18.4664
CIE-Lab84.4603-19.0305-22.3515

#87dffc color RGB value is (135,223,252).

#87dffc hex color red value is 135, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #87dffc hue: 0.54 , saturation: 0.95 and the lightness value of 87dffc is 0.76.

The process color (four color CMYK) of #87dffc color hex is 0.46, 0.12, 0.00, 0.01. Web safe color of #87dffc is #99ccff. Color #87dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011111 11111100
Octal 207 337 374
Decimal 135 223 252
Hex 87 DF FC

RGB Percentages of Color #87dffc

%22.13
%36.56
%41.31

CMYK Percentages of Color #87dffc

%46
%12
%0
%1

Triadic Colors of #87dffc

#87dffc #fc87df #dffc87

Analogous Colors of #87dffc

#87dffc #87a5fc #87fcdf

Monochromatic Colors of #87dffc

#87dffc

Complementary Color

#87dffc #fca487

#87dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dffc Color CSS Codes

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

#87dffc Text Font Color

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

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


#87dffc Background Color

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

This div background color is #87dffc


#87dffc Border Color

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

This div border color is #87dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dffc


Comments

No comments written yet.

Please login to write comment.