Color Hex Logo

#8adfae Color Hex

#8ADFAE
(138,223,174)
0 Favorites   0 Comments

Color spaces of #8adfae

RGB 138223174
HSL0.400.570.71
HSV145°38°87°
CMYK 0.380.000.22   0.13
XYZ44.508961.234649.5180
Yxy61.23460.28670.3944
Hunter Lab78.2525-35.413817.2582
CIE-Lab82.5047-36.314216.0329

#8adfae color RGB value is (138,223,174).

#8adfae hex color red value is 138, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8adfae hue: 0.40 , saturation: 0.57 and the lightness value of 8adfae is 0.71.

The process color (four color CMYK) of #8adfae color hex is 0.38, 0.00, 0.22, 0.13. Web safe color of #8adfae is #99cc99. Color #8adfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 10101110
Octal 212 337 256
Decimal 138 223 174
Hex 8A DF AE

RGB Percentages of Color #8adfae

%25.79
%41.68
%32.52

CMYK Percentages of Color #8adfae

%38
%0
%22
%13

Triadic Colors of #8adfae

#8adfae #ae8adf #dfae8a

Analogous Colors of #8adfae

#8adfae #8adfd9 #91df8a

Monochromatic Colors of #8adfae

#8adfae

Complementary Color

#8adfae #df8abb

#8adfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfae Color CSS Codes

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

#8adfae Text Font Color

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

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


#8adfae Background Color

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

This div background color is #8adfae


#8adfae Border Color

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

This div border color is #8adfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfae


Comments

No comments written yet.

Please login to write comment.