Color Hex Logo

#8cefde Color Hex

#8CEFDE
(140,239,222)
0 Favorites   0 Comments

Color spaces of #8cefde

RGB 140239222
HSL0.470.760.74
HSV170°41°94°
CMYK 0.410.000.07   0.06
XYZ54.866572.582480.2253
Yxy72.58240.26420.3495
Hunter Lab85.1953-34.13633.8055
CIE-Lab88.2482-33.0265-0.9017

#8cefde color RGB value is (140,239,222).

#8cefde hex color red value is 140, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8cefde hue: 0.47 , saturation: 0.76 and the lightness value of 8cefde is 0.74.

The process color (four color CMYK) of #8cefde color hex is 0.41, 0.00, 0.07, 0.06. Web safe color of #8cefde is #99ffcc. Color #8cefde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11011110
Octal 214 357 336
Decimal 140 239 222
Hex 8C EF DE

RGB Percentages of Color #8cefde

%23.29
%39.77
%36.94

CMYK Percentages of Color #8cefde

%41
%0
%7
%6

Triadic Colors of #8cefde

#8cefde #de8cef #efde8c

Analogous Colors of #8cefde

#8cefde #8ccfef #8cefad

Monochromatic Colors of #8cefde

#8cefde

Complementary Color

#8cefde #ef8c9d

#8cefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefde Color CSS Codes

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

#8cefde Text Font Color

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

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


#8cefde Background Color

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

This div background color is #8cefde


#8cefde Border Color

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

This div border color is #8cefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefde


Comments

No comments written yet.

Please login to write comment.