Color Hex Logo

#8cfcec Color Hex

#8CFCEC
(140,252,236)
0 Favorites   0 Comments

Color spaces of #8cfcec

RGB 140252236
HSL0.480.950.77
HSV171°44°99°
CMYK 0.440.000.06   0.01
XYZ60.765981.252491.8375
Yxy81.25240.25980.3474
Hunter Lab90.1401-37.41352.6916
CIE-Lab92.2439-35.8331-2.3385

#8cfcec color RGB value is (140,252,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111100 11101100
Octal 214 374 354
Decimal 140 252 236
Hex 8C FC EC

RGB Percentages of Color #8cfcec

%22.29
%40.13
%37.58

CMYK Percentages of Color #8cfcec

%44
%0
%6
%1

Triadic Colors of #8cfcec

#8cfcec #ec8cfc #fcec8c

Analogous Colors of #8cfcec

#8cfcec #8cd4fc #8cfcb4

Monochromatic Colors of #8cfcec

#8cfcec

Complementary Color

#8cfcec #fc8c9c

#8cfcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfcec Color CSS Codes

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

#8cfcec Text Font Color

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

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


#8cfcec Background Color

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

This div background color is #8cfcec


#8cfcec Border Color

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

This div border color is #8cfcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfcec

Related Colors


Comments

No comments written yet.

Please login to write comment.