Color Hex Logo

#8cfced Color Hex

#8CFCED
(140,252,237)
0 Favorites   0 Comments

Color spaces of #8cfced

RGB 140252237
HSL0.480.950.77
HSV172°44°99°
CMYK 0.440.000.06   0.01
XYZ60.911781.310792.6049
Yxy81.31070.25940.3463
Hunter Lab90.1724-37.22462.2313
CIE-Lab92.2698-35.6005-2.8187

#8cfced color RGB value is (140,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111100 11101101
Octal 214 374 355
Decimal 140 252 237
Hex 8C FC ED

RGB Percentages of Color #8cfced

%22.26
%40.06
%37.68

CMYK Percentages of Color #8cfced

%44
%0
%6
%1

Triadic Colors of #8cfced

#8cfced #ed8cfc #fced8c

Analogous Colors of #8cfced

#8cfced #8cd3fc #8cfcb5

Monochromatic Colors of #8cfced

#8cfced

Complementary Color

#8cfced #fc8c9b

#8cfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfced Color CSS Codes

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

#8cfced Text Font Color

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

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


#8cfced Background Color

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

This div background color is #8cfced


#8cfced Border Color

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

This div border color is #8cfced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,252,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 #8cfced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfced


Comments

No comments written yet.

Please login to write comment.