Color Hex Logo

#8cebfa Color Hex

#8CEBFA
(140,235,250)
0 Favorites   0 Comments

Color spaces of #8cebfa

RGB 140235250
HSL0.520.920.76
HSV188°44°98°
CMYK 0.440.060.00   0.02
XYZ57.778971.8942101.2742
Yxy71.89420.25020.3113
Hunter Lab84.7904-26.7477-11.4630
CIE-Lab87.9176-24.3621-16.0600

#8cebfa color RGB value is (140,235,250).

#8cebfa hex color red value is 140, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8cebfa hue: 0.52 , saturation: 0.92 and the lightness value of 8cebfa is 0.76.

The process color (four color CMYK) of #8cebfa color hex is 0.44, 0.06, 0.00, 0.02. Web safe color of #8cebfa is #99ffff. Color #8cebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11111010
Octal 214 353 372
Decimal 140 235 250
Hex 8C EB FA

RGB Percentages of Color #8cebfa

%22.40
%37.60
%40.00

CMYK Percentages of Color #8cebfa

%44
%6
%0
%2

Triadic Colors of #8cebfa

#8cebfa #fa8ceb #ebfa8c

Analogous Colors of #8cebfa

#8cebfa #8cb4fa #8cfad2

Monochromatic Colors of #8cebfa

#8cebfa

Complementary Color

#8cebfa #fa9b8c

#8cebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebfa Color CSS Codes

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

#8cebfa Text Font Color

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

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


#8cebfa Background Color

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

This div background color is #8cebfa


#8cebfa Border Color

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

This div border color is #8cebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebfa


Comments

No comments written yet.

Please login to write comment.