Color Hex Logo

#8ceaef Color Hex

#8CEAEF
(140,234,239)
0 Favorites   0 Comments

Color spaces of #8ceaef

RGB 140234239
HSL0.510.760.74
HSV183°41°94°
CMYK 0.410.020.00   0.06
XYZ55.818070.653192.3568
Yxy70.65310.25510.3229
Hunter Lab84.0554-28.5619-6.3068
CIE-Lab87.3162-26.6165-11.1900

#8ceaef color RGB value is (140,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101010 11101111
Octal 214 352 357
Decimal 140 234 239
Hex 8C EA EF

RGB Percentages of Color #8ceaef

%22.84
%38.17
%38.99

CMYK Percentages of Color #8ceaef

%41
%2
%0
%6

Triadic Colors of #8ceaef

#8ceaef #ef8cea #eaef8c

Analogous Colors of #8ceaef

#8ceaef #8cb9ef #8cefc3

Monochromatic Colors of #8ceaef

#8ceaef

Complementary Color

#8ceaef #ef918c

#8ceaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceaef Color CSS Codes

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

#8ceaef Text Font Color

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

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


#8ceaef Background Color

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

This div background color is #8ceaef


#8ceaef Border Color

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

This div border color is #8ceaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceaef


Comments

No comments written yet.

Please login to write comment.