Color Hex Logo

#8cfdea Color Hex

#8CFDEA
(140,253,234)
0 Favorites   0 Comments

Color spaces of #8cfdea

RGB 140253234
HSL0.470.970.77
HSV170°45°99°
CMYK 0.450.000.08   0.01
XYZ60.791881.766590.4204
Yxy81.76650.26090.3510
Hunter Lab90.4248-38.23954.0103
CIE-Lab92.4717-36.7539-0.9687

#8cfdea color RGB value is (140,253,234).

#8cfdea hex color red value is 140, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8cfdea hue: 0.47 , saturation: 0.97 and the lightness value of 8cfdea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111101 11101010
Octal 214 375 352
Decimal 140 253 234
Hex 8C FD EA

RGB Percentages of Color #8cfdea

%22.33
%40.35
%37.32

CMYK Percentages of Color #8cfdea

%45
%0
%8
%1

Triadic Colors of #8cfdea

#8cfdea #ea8cfd #fdea8c

Analogous Colors of #8cfdea

#8cfdea #8cd8fd #8cfdb2

Monochromatic Colors of #8cfdea

#8cfdea

Complementary Color

#8cfdea #fd8c9f

#8cfdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfdea Color CSS Codes

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

#8cfdea Text Font Color

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

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


#8cfdea Background Color

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

This div background color is #8cfdea


#8cfdea Border Color

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

This div border color is #8cfdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfdea


Comments

No comments written yet.

Please login to write comment.