Color Hex Logo

#87cfee Color Hex

#87CFEE
(135,207,238)
0 Favorites   0 Comments

Color spaces of #87cfee

RGB 135207238
HSL0.550.750.73
HSV198°43°93°
CMYK 0.430.130.00   0.07
XYZ47.737155.949689.1723
Yxy55.94960.24750.2901
Hunter Lab74.7995-16.9802-18.3230
CIE-Lab79.5851-14.5609-22.3180

#87cfee color RGB value is (135,207,238).

#87cfee hex color red value is 135, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #87cfee hue: 0.55 , saturation: 0.75 and the lightness value of 87cfee is 0.73.

The process color (four color CMYK) of #87cfee color hex is 0.43, 0.13, 0.00, 0.07. Web safe color of #87cfee is #99ccff. Color #87cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001111 11101110
Octal 207 317 356
Decimal 135 207 238
Hex 87 CF EE

RGB Percentages of Color #87cfee

%23.28
%35.69
%41.03

CMYK Percentages of Color #87cfee

%43
%13
%0
%7

Triadic Colors of #87cfee

#87cfee #ee87cf #cfee87

Analogous Colors of #87cfee

#87cfee #879cee #87eeda

Monochromatic Colors of #87cfee

#87cfee

Complementary Color

#87cfee #eea687

#87cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cfee Color CSS Codes

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

#87cfee Text Font Color

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

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


#87cfee Background Color

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

This div background color is #87cfee


#87cfee Border Color

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

This div border color is #87cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cfee


Comments

No comments written yet.

Please login to write comment.