Color Hex Logo

#8cfbdd Color Hex

#8CFBDD
(140,251,221)
0 Favorites   0 Comments

Color spaces of #8cfbdd

RGB 140251221
HSL0.450.930.77
HSV164°44°98°
CMYK 0.440.000.12   0.02
XYZ58.363579.790380.7316
Yxy79.79030.26660.3645
Hunter Lab89.3254-39.69108.9420
CIE-Lab91.5907-38.77054.4821

#8cfbdd color RGB value is (140,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111011 11011101
Octal 214 373 335
Decimal 140 251 221
Hex 8C FB DD

RGB Percentages of Color #8cfbdd

%22.88
%41.01
%36.11

CMYK Percentages of Color #8cfbdd

%44
%0
%12
%2

Triadic Colors of #8cfbdd

#8cfbdd #dd8cfb #fbdd8c

Analogous Colors of #8cfbdd

#8cfbdd #8ce2fb #8cfba6

Monochromatic Colors of #8cfbdd

#8cfbdd

Complementary Color

#8cfbdd #fb8caa

#8cfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfbdd Color CSS Codes

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

#8cfbdd Text Font Color

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

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


#8cfbdd Background Color

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

This div background color is #8cfbdd


#8cfbdd Border Color

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

This div border color is #8cfbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfbdd


Comments

No comments written yet.

Please login to write comment.