Color Hex Logo

#8cfdee Color Hex

#8CFDEE
(140,253,238)
0 Favorites   0 Comments

Color spaces of #8cfdee

RGB 140253238
HSL0.480.970.77
HSV172°45°99°
CMYK 0.450.000.06   0.01
XYZ61.373181.999193.4816
Yxy81.99910.25910.3462
Hunter Lab90.5534-37.48892.1801
CIE-Lab92.5745-35.8281-2.8895

#8cfdee color RGB value is (140,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111101 11101110
Octal 214 375 356
Decimal 140 253 238
Hex 8C FD EE

RGB Percentages of Color #8cfdee

%22.19
%40.10
%37.72

CMYK Percentages of Color #8cfdee

%45
%0
%6
%1

Triadic Colors of #8cfdee

#8cfdee #ee8cfd #fdee8c

Analogous Colors of #8cfdee

#8cfdee #8cd4fd #8cfdb6

Monochromatic Colors of #8cfdee

#8cfdee

Complementary Color

#8cfdee #fd8c9b

#8cfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfdee Color CSS Codes

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

#8cfdee Text Font Color

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

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


#8cfdee Background Color

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

This div background color is #8cfdee


#8cfdee Border Color

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

This div border color is #8cfdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfdee


Comments

No comments written yet.

Please login to write comment.