Color Hex Logo

#8cfaed Color Hex

#8CFAED
(140,250,237)
0 Favorites   0 Comments

Color spaces of #8cfaed

RGB 140250237
HSL0.480.920.76
HSV173°44°98°
CMYK 0.440.000.05   0.02
XYZ60.286980.061192.3966
Yxy80.06110.25900.3440
Hunter Lab89.4769-36.31641.4091
CIE-Lab91.7123-34.6764-3.6377

#8cfaed color RGB value is (140,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 11101101
Octal 214 372 355
Decimal 140 250 237
Hex 8C FA ED

RGB Percentages of Color #8cfaed

%22.33
%39.87
%37.80

CMYK Percentages of Color #8cfaed

%44
%0
%5
%2

Triadic Colors of #8cfaed

#8cfaed #ed8cfa #faed8c

Analogous Colors of #8cfaed

#8cfaed #8cd0fa #8cfab6

Monochromatic Colors of #8cfaed

#8cfaed

Complementary Color

#8cfaed #fa8c99

#8cfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfaed Color CSS Codes

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

#8cfaed Text Font Color

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

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


#8cfaed Background Color

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

This div background color is #8cfaed


#8cfaed Border Color

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

This div border color is #8cfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfaed


Comments

No comments written yet.

Please login to write comment.