Color Hex Logo

#abddae Color Hex

#ABDDAE
(171,221,174)
0 Favorites   0 Comments

Color spaces of #abddae

RGB 171221174
HSL0.340.420.77
HSV124°23°87°
CMYK 0.230.000.21   0.13
XYZ50.291063.426849.6364
Yxy63.42680.30790.3883
Hunter Lab79.6409-26.654018.7960
CIE-Lab83.6664-25.187917.9134

#abddae color RGB value is (171,221,174).

#abddae hex color red value is 171, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abddae hue: 0.34 , saturation: 0.42 and the lightness value of abddae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10101110
Octal 253 335 256
Decimal 171 221 174
Hex AB DD AE

RGB Percentages of Color #abddae

%30.21
%39.05
%30.74

CMYK Percentages of Color #abddae

%23
%0
%21
%13

Triadic Colors of #abddae

#abddae #aeabdd #ddaeab

Analogous Colors of #abddae

#abddae #abddc7 #c1ddab

Monochromatic Colors of #abddae

#abddae

Complementary Color

#abddae #ddabda

#abddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddae Color CSS Codes

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

#abddae Text Font Color

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

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


#abddae Background Color

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

This div background color is #abddae


#abddae Border Color

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

This div border color is #abddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddae


Comments

No comments written yet.

Please login to write comment.