Color Hex Logo

#8cebfe Color Hex

#8CEBFE
(140,235,254)
0 Favorites   0 Comments

Color spaces of #8cebfe

RGB 140235254
HSL0.530.980.77
HSV190°45°100°
CMYK 0.450.070.00   0.00
XYZ58.412972.1479104.6132
Yxy72.14790.24840.3068
Hunter Lab84.9399-25.8910-13.5645
CIE-Lab88.0397-23.3448-17.9719

#8cebfe color RGB value is (140,235,254).

#8cebfe hex color red value is 140, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8cebfe hue: 0.53 , saturation: 0.98 and the lightness value of 8cebfe is 0.77.

The process color (four color CMYK) of #8cebfe color hex is 0.45, 0.07, 0.00, 0.00. Web safe color of #8cebfe is #99ffff. Color #8cebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11111110
Octal 214 353 376
Decimal 140 235 254
Hex 8C EB FE

RGB Percentages of Color #8cebfe

%22.26
%37.36
%40.38

CMYK Percentages of Color #8cebfe

%45
%7
%0
%0

Triadic Colors of #8cebfe

#8cebfe #fe8ceb #ebfe8c

Analogous Colors of #8cebfe

#8cebfe #8cb2fe #8cfed8

Monochromatic Colors of #8cebfe

#8cebfe

Complementary Color

#8cebfe #fe9f8c

#8cebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebfe Color CSS Codes

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

#8cebfe Text Font Color

<p style="color:#8cebfe">Text here</p>

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


#8cebfe Background Color

<div style="background-color:#8cebfe">
Div content here</div>

This div background color is #8cebfe


#8cebfe Border Color

<div style="border:3px solid #8cebfe">
Div here</div>

This div border color is #8cebfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,235,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cebfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cebfe;
  -webkit-box-shadow: 1px 1px 3px 2px #8cebfe;
  box-shadow:         1px 1px 3px 2px #8cebfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,235,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebfe


Comments

No comments written yet.

Please login to write comment.