Color Hex Logo

#8ceaed Color Hex

#8CEAED
(140,234,237)
0 Favorites   0 Comments

Color spaces of #8ceaed

RGB 140234237
HSL0.510.730.74
HSV182°41°93°
CMYK 0.410.010.00   0.07
XYZ55.524170.535590.8091
Yxy70.53550.25600.3252
Hunter Lab83.9854-28.9653-5.3174
CIE-Lab87.2588-27.1055-10.2254

#8ceaed color RGB value is (140,234,237).

#8ceaed hex color red value is 140, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8ceaed hue: 0.51 , saturation: 0.73 and the lightness value of 8ceaed is 0.74.

The process color (four color CMYK) of #8ceaed color hex is 0.41, 0.01, 0.00, 0.07. Web safe color of #8ceaed is #99ffff. Color #8ceaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101010 11101101
Octal 214 352 355
Decimal 140 234 237
Hex 8C EA ED

RGB Percentages of Color #8ceaed

%22.91
%38.30
%38.79

CMYK Percentages of Color #8ceaed

%41
%1
%0
%7

Triadic Colors of #8ceaed

#8ceaed #ed8cea #eaed8c

Analogous Colors of #8ceaed

#8ceaed #8cbaed #8cedc0

Monochromatic Colors of #8ceaed

#8ceaed

Complementary Color

#8ceaed #ed8f8c

#8ceaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceaed Color CSS Codes

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

#8ceaed Text Font Color

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

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


#8ceaed Background Color

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

This div background color is #8ceaed


#8ceaed Border Color

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

This div border color is #8ceaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceaed


Comments

No comments written yet.

Please login to write comment.