Color Hex Logo

#87cfce Color Hex

#87CFCE
(135,207,206)
0 Favorites   0 Comments

Color spaces of #87cfce

RGB 135207206
HSL0.500.430.67
HSV179°35°81°
CMYK 0.350.000.00   0.19
XYZ43.445154.232866.5707
Yxy54.23280.26450.3302
Hunter Lab73.6429-23.5704-2.0461
CIE-Lab78.5973-22.5902-6.6491

#87cfce color RGB value is (135,207,206).

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

The process color (four color CMYK) of #87cfce color hex is 0.35, 0.00, 0.00, 0.19. Web safe color of #87cfce is #99cccc. Color #87cfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001111 11001110
Octal 207 317 316
Decimal 135 207 206
Hex 87 CF CE

RGB Percentages of Color #87cfce

%24.64
%37.77
%37.59

CMYK Percentages of Color #87cfce

%35
%0
%0
%19

Triadic Colors of #87cfce

#87cfce #ce87cf #cfce87

Analogous Colors of #87cfce

#87cfce #87accf #87cfaa

Monochromatic Colors of #87cfce

#87cfce

Complementary Color

#87cfce #cf8788

#87cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cfce Color CSS Codes

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

#87cfce Text Font Color

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

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


#87cfce Background Color

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

This div background color is #87cfce


#87cfce Border Color

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

This div border color is #87cfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cfce


Comments

No comments written yet.

Please login to write comment.