Color Hex Logo

#abdfae Color Hex

#ABDFAE
(171,223,174)
0 Favorites   0 Comments

Color spaces of #abdfae

RGB 171223174
HSL0.340.450.77
HSV123°23°87°
CMYK 0.230.000.22   0.13
XYZ50.822264.489349.8135
Yxy64.48930.30780.3905
Hunter Lab80.3052-27.568119.4360
CIE-Lab84.2199-26.154518.6847

#abdfae color RGB value is (171,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10101110
Octal 253 337 256
Decimal 171 223 174
Hex AB DF AE

RGB Percentages of Color #abdfae

%30.11
%39.26
%30.63

CMYK Percentages of Color #abdfae

%23
%0
%22
%13

Triadic Colors of #abdfae

#abdfae #aeabdf #dfaeab

Analogous Colors of #abdfae

#abdfae #abdfc8 #c2dfab

Monochromatic Colors of #abdfae

#abdfae

Complementary Color

#abdfae #dfabdc

#abdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfae Color CSS Codes

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

#abdfae Text Font Color

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

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


#abdfae Background Color

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

This div background color is #abdfae


#abdfae Border Color

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

This div border color is #abdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfae

#abdfae Color Palettes


Comments

No comments written yet.

Please login to write comment.