Color Hex Logo

#87cfd4 Color Hex

#87CFD4
(135,207,212)
0 Favorites   0 Comments

Color spaces of #87cfd4

RGB 135207212
HSL0.510.470.68
HSV184°36°83°
CMYK 0.360.020.00   0.17
XYZ44.188254.530070.4837
Yxy54.53000.26120.3223
Hunter Lab73.8444-22.4141-4.9006
CIE-Lab78.7698-21.1501-9.6145

#87cfd4 color RGB value is (135,207,212).

#87cfd4 hex color red value is 135, green value is 207 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #87cfd4 hue: 0.51 , saturation: 0.47 and the lightness value of 87cfd4 is 0.68.

The process color (four color CMYK) of #87cfd4 color hex is 0.36, 0.02, 0.00, 0.17. Web safe color of #87cfd4 is #99cccc. Color #87cfd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001111 11010100
Octal 207 317 324
Decimal 135 207 212
Hex 87 CF D4

RGB Percentages of Color #87cfd4

%24.37
%37.36
%38.27

CMYK Percentages of Color #87cfd4

%36
%2
%0
%17

Triadic Colors of #87cfd4

#87cfd4 #d487cf #cfd487

Analogous Colors of #87cfd4

#87cfd4 #87a9d4 #87d4b3

Monochromatic Colors of #87cfd4

#87cfd4

Complementary Color

#87cfd4 #d48c87

#87cfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cfd4 Color CSS Codes

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

#87cfd4 Text Font Color

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

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


#87cfd4 Background Color

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

This div background color is #87cfd4


#87cfd4 Border Color

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

This div border color is #87cfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cfd4


Comments

No comments written yet.

Please login to write comment.