Color Hex Logo

#8aedae Color Hex

#8AEDAE
(138,237,174)
0 Favorites   0 Comments

Color spaces of #8aedae

RGB 138237174
HSL0.390.730.74
HSV142°42°93°
CMYK 0.420.000.27   0.07
XYZ48.405469.027650.8168
Yxy69.02760.28770.4103
Hunter Lab83.0829-41.398021.8939
CIE-Lab86.5177-42.596721.6187

#8aedae color RGB value is (138,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 10101110
Octal 212 355 256
Decimal 138 237 174
Hex 8A ED AE

RGB Percentages of Color #8aedae

%25.14
%43.17
%31.69

CMYK Percentages of Color #8aedae

%42
%0
%27
%7

Triadic Colors of #8aedae

#8aedae #ae8aed #edae8a

Analogous Colors of #8aedae

#8aedae #8aede0 #98ed8a

Monochromatic Colors of #8aedae

#8aedae

Complementary Color

#8aedae #ed8ac9

#8aedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedae Color CSS Codes

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

#8aedae Text Font Color

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

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


#8aedae Background Color

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

This div background color is #8aedae


#8aedae Border Color

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

This div border color is #8aedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedae


Comments

No comments written yet.

Please login to write comment.