Color Hex Logo

#abedae Color Hex

#ABEDAE
(171,237,174)
0 Favorites   0 Comments

Color spaces of #abedae

RGB 171237174
HSL0.340.650.80
HSV123°28°93°
CMYK 0.280.000.27   0.07
XYZ54.718872.282351.1123
Yxy72.28230.30720.4058
Hunter Lab85.0190-33.899423.8689
CIE-Lab88.1043-32.780324.0541

#abedae color RGB value is (171,237,174).

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

The process color (four color CMYK) of #abedae color hex is 0.28, 0.00, 0.27, 0.07. Web safe color of #abedae is #99ff99. Color #abedae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10101110
Octal 253 355 256
Decimal 171 237 174
Hex AB ED AE

RGB Percentages of Color #abedae

%29.38
%40.72
%29.90

CMYK Percentages of Color #abedae

%28
%0
%27
%7

Triadic Colors of #abedae

#abedae #aeabed #edaeab

Analogous Colors of #abedae

#abedae #abedcf #c9edab

Monochromatic Colors of #abedae

#abedae

Complementary Color

#abedae #edabea

#abedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedae Color CSS Codes

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

#abedae Text Font Color

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

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


#abedae Background Color

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

This div background color is #abedae


#abedae Border Color

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

This div border color is #abedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedae


Comments

No comments written yet.

Please login to write comment.