Color Hex Logo

#8aecae Color Hex

#8AECAE
(138,236,174)
0 Favorites   0 Comments

Color spaces of #8aecae

RGB 138236174
HSL0.390.720.73
HSV142°42°93°
CMYK 0.420.000.26   0.07
XYZ48.116768.450250.7206
Yxy68.45020.28760.4092
Hunter Lab82.7346-40.973821.5664
CIE-Lab86.2311-42.156521.2225

#8aecae color RGB value is (138,236,174).

#8aecae hex color red value is 138, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8aecae hue: 0.39 , saturation: 0.72 and the lightness value of 8aecae is 0.73.

The process color (four color CMYK) of #8aecae color hex is 0.42, 0.00, 0.26, 0.07. Web safe color of #8aecae is #99ff99. Color #8aecae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 10101110
Octal 212 354 256
Decimal 138 236 174
Hex 8A EC AE

RGB Percentages of Color #8aecae

%25.18
%43.07
%31.75

CMYK Percentages of Color #8aecae

%42
%0
%26
%7

Triadic Colors of #8aecae

#8aecae #ae8aec #ecae8a

Analogous Colors of #8aecae

#8aecae #8aecdf #97ec8a

Monochromatic Colors of #8aecae

#8aecae

Complementary Color

#8aecae #ec8ac8

#8aecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aecae Color CSS Codes

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

#8aecae Text Font Color

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

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


#8aecae Background Color

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

This div background color is #8aecae


#8aecae Border Color

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

This div border color is #8aecae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,236,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8aecae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8aecae;
  -webkit-box-shadow: 1px 1px 3px 2px #8aecae;
  box-shadow:         1px 1px 3px 2px #8aecae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,236,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aecae


Comments

No comments written yet.

Please login to write comment.