Color Hex Logo

#8eace6 Color Hex

#8EACE6
(142,172,230)
0 Favorites   0 Comments

Color spaces of #8eace6

RGB 142172230
HSL0.610.640.73
HSV220°38°90°
CMYK 0.380.250.00   0.10
XYZ40.190840.969080.6524
Yxy40.96900.24840.2532
Hunter Lab64.00700.0700-29.9038
CIE-Lab70.15423.9349-32.4182

#8eace6 color RGB value is (142,172,230).

#8eace6 hex color red value is 142, green value is 172 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #8eace6 hue: 0.61 , saturation: 0.64 and the lightness value of 8eace6 is 0.73.

The process color (four color CMYK) of #8eace6 color hex is 0.38, 0.25, 0.00, 0.10. Web safe color of #8eace6 is #9999ff. Color #8eace6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 11100110
Octal 216 254 346
Decimal 142 172 230
Hex 8E AC E6

RGB Percentages of Color #8eace6

%26.10
%31.62
%42.28

CMYK Percentages of Color #8eace6

%38
%25
%0
%10

Triadic Colors of #8eace6

#8eace6 #e68eac #ace68e

Analogous Colors of #8eace6

#8eace6 #9c8ee6 #8ed8e6

Monochromatic Colors of #8eace6

#8eace6

Complementary Color

#8eace6 #e6c88e

#8eace6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eace6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eace6 Color CSS Codes

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

#8eace6 Text Font Color

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

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


#8eace6 Background Color

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

This div background color is #8eace6


#8eace6 Border Color

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

This div border color is #8eace6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,172,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eace6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eace6;
  -webkit-box-shadow: 1px 1px 3px 2px #8eace6;
  box-shadow:         1px 1px 3px 2px #8eace6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,172,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eace6


Comments

No comments written yet.

Please login to write comment.