Color Hex Logo

#8cfbcc Color Hex

#8CFBCC
(140,251,204)
0 Favorites   0 Comments

Color spaces of #8cfbcc

RGB 140251204
HSL0.430.930.77
HSV155°44°98°
CMYK 0.440.000.19   0.02
XYZ56.211578.929469.3990
Yxy78.92940.27480.3859
Hunter Lab88.8422-42.534915.8752
CIE-Lab91.2023-42.385512.7131

#8cfbcc color RGB value is (140,251,204).

#8cfbcc hex color red value is 140, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8cfbcc hue: 0.43 , saturation: 0.93 and the lightness value of 8cfbcc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111011 11001100
Octal 214 373 314
Decimal 140 251 204
Hex 8C FB CC

RGB Percentages of Color #8cfbcc

%23.53
%42.18
%34.29

CMYK Percentages of Color #8cfbcc

%44
%0
%19
%2

Triadic Colors of #8cfbcc

#8cfbcc #cc8cfb #fbcc8c

Analogous Colors of #8cfbcc

#8cfbcc #8cf3fb #8cfb95

Monochromatic Colors of #8cfbcc

#8cfbcc

Complementary Color

#8cfbcc #fb8cbb

#8cfbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfbcc Color CSS Codes

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

#8cfbcc Text Font Color

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

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


#8cfbcc Background Color

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

This div background color is #8cfbcc


#8cfbcc Border Color

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

This div border color is #8cfbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.