Color Hex Logo

#8addae Color Hex

#8ADDAE
(138,221,174)
0 Favorites   0 Comments

Color spaces of #8addae

RGB 138221174
HSL0.410.550.70
HSV146°38°87°
CMYK 0.380.000.21   0.13
XYZ43.977760.172249.3409
Yxy60.17220.28650.3920
Hunter Lab77.5707-34.550616.5866
CIE-Lab81.9317-35.395215.2285

#8addae color RGB value is (138,221,174).

#8addae hex color red value is 138, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8addae hue: 0.41 , saturation: 0.55 and the lightness value of 8addae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 10101110
Octal 212 335 256
Decimal 138 221 174
Hex 8A DD AE

RGB Percentages of Color #8addae

%25.89
%41.46
%32.65

CMYK Percentages of Color #8addae

%38
%0
%21
%13

Triadic Colors of #8addae

#8addae #ae8add #ddae8a

Analogous Colors of #8addae

#8addae #8addd8 #90dd8a

Monochromatic Colors of #8addae

#8addae

Complementary Color

#8addae #dd8ab9

#8addae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8addae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8addae Color CSS Codes

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

#8addae Text Font Color

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

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


#8addae Background Color

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

This div background color is #8addae


#8addae Border Color

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

This div border color is #8addae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8addae


Comments

No comments written yet.

Please login to write comment.