Color Hex Logo

#adefae Color Hex

#ADEFAE
(173,239,174)
0 Favorites   0 Comments

Color spaces of #adefae

RGB 173239174
HSL0.340.670.81
HSV121°28°94°
CMYK 0.280.000.27   0.06
XYZ55.740173.673251.3269
Yxy73.67320.30840.4076
Hunter Lab85.8331-34.289824.6286
CIE-Lab88.7678-33.068324.9808

#adefae color RGB value is (173,239,174).

#adefae hex color red value is 173, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #adefae hue: 0.34 , saturation: 0.67 and the lightness value of adefae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10101110
Octal 255 357 256
Decimal 173 239 174
Hex AD EF AE

RGB Percentages of Color #adefae

%29.52
%40.78
%29.69

CMYK Percentages of Color #adefae

%28
%0
%27
%6

Triadic Colors of #adefae

#adefae #aeadef #efaead

Analogous Colors of #adefae

#adefae #adefcf #cdefad

Monochromatic Colors of #adefae

#adefae

Complementary Color

#adefae #efadee

#adefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefae Color CSS Codes

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

#adefae Text Font Color

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

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


#adefae Background Color

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

This div background color is #adefae


#adefae Border Color

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

This div border color is #adefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefae


Comments

No comments written yet.

Please login to write comment.