Color Hex Logo

#8ce9de Color Hex

#8CE9DE
(140,233,222)
0 Favorites   0 Comments

Color spaces of #8ce9de

RGB 140233222
HSL0.480.680.73
HSV173°40°91°
CMYK 0.400.000.05   0.09
XYZ53.138969.127279.6494
Yxy69.12720.26320.3424
Hunter Lab83.1428-31.41541.4011
CIE-Lab86.5670-30.1964-3.3670

#8ce9de color RGB value is (140,233,222).

#8ce9de hex color red value is 140, green value is 233 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8ce9de hue: 0.48 , saturation: 0.68 and the lightness value of 8ce9de is 0.73.

The process color (four color CMYK) of #8ce9de color hex is 0.40, 0.00, 0.05, 0.09. Web safe color of #8ce9de is #99ffcc. Color #8ce9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101001 11011110
Octal 214 351 336
Decimal 140 233 222
Hex 8C E9 DE

RGB Percentages of Color #8ce9de

%23.53
%39.16
%37.31

CMYK Percentages of Color #8ce9de

%40
%0
%5
%9

Triadic Colors of #8ce9de

#8ce9de #de8ce9 #e9de8c

Analogous Colors of #8ce9de

#8ce9de #8cc6e9 #8ce9b0

Monochromatic Colors of #8ce9de

#8ce9de

Complementary Color

#8ce9de #e98c97

#8ce9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce9de Color CSS Codes

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

#8ce9de Text Font Color

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

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


#8ce9de Background Color

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

This div background color is #8ce9de


#8ce9de Border Color

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

This div border color is #8ce9de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,233,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 #8ce9de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce9de


Comments

No comments written yet.

Please login to write comment.