Color Hex Logo

#8cfcef Color Hex

#8CFCEF
(140,252,239)
0 Favorites   0 Comments

Color spaces of #8cfcef

RGB 140252239
HSL0.480.950.77
HSV173°44°99°
CMYK 0.440.000.05   0.01
XYZ61.205681.428394.1527
Yxy81.42830.25850.3439
Hunter Lab90.2376-36.84441.3040
CIE-Lab92.3219-35.1332-3.7786

#8cfcef color RGB value is (140,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111100 11101111
Octal 214 374 357
Decimal 140 252 239
Hex 8C FC EF

RGB Percentages of Color #8cfcef

%22.19
%39.94
%37.88

CMYK Percentages of Color #8cfcef

%44
%0
%5
%1

Triadic Colors of #8cfcef

#8cfcef #ef8cfc #fcef8c

Analogous Colors of #8cfcef

#8cfcef #8cd1fc #8cfcb7

Monochromatic Colors of #8cfcef

#8cfcef

Complementary Color

#8cfcef #fc8c99

#8cfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfcef Color CSS Codes

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

#8cfcef Text Font Color

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

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


#8cfcef Background Color

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

This div background color is #8cfcef


#8cfcef Border Color

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

This div border color is #8cfcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfcef


Comments

No comments written yet.

Please login to write comment.