Color Hex Logo

#abdeae Color Hex

#ABDEAE
(171,222,174)
0 Favorites   0 Comments

Color spaces of #abdeae

RGB 171222174
HSL0.340.440.77
HSV124°23°87°
CMYK 0.230.000.22   0.13
XYZ50.555863.956549.7247
Yxy63.95650.30780.3894
Hunter Lab79.9728-27.111419.1162
CIE-Lab83.9431-25.671918.2992

#abdeae color RGB value is (171,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10101110
Octal 253 336 256
Decimal 171 222 174
Hex AB DE AE

RGB Percentages of Color #abdeae

%30.16
%39.15
%30.69

CMYK Percentages of Color #abdeae

%23
%0
%22
%13

Triadic Colors of #abdeae

#abdeae #aeabde #deaeab

Analogous Colors of #abdeae

#abdeae #abdec8 #c2deab

Monochromatic Colors of #abdeae

#abdeae

Complementary Color

#abdeae #deabdb

#abdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeae Color CSS Codes

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

#abdeae Text Font Color

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

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


#abdeae Background Color

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

This div background color is #abdeae


#abdeae Border Color

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

This div border color is #abdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeae


Comments

No comments written yet.

Please login to write comment.