Color Hex Logo

#adecae Color Hex

#ADECAE
(173,236,174)
0 Favorites   0 Comments

Color spaces of #adecae

RGB 173236174
HSL0.340.620.80
HSV121°27°93°
CMYK 0.270.000.26   0.07
XYZ54.869071.931151.0366
Yxy71.93110.30850.4045
Hunter Lab84.8122-32.941323.6902
CIE-Lab87.9354-31.672123.8397

#adecae color RGB value is (173,236,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 10101110
Octal 255 354 256
Decimal 173 236 174
Hex AD EC AE

RGB Percentages of Color #adecae

%29.67
%40.48
%29.85

CMYK Percentages of Color #adecae

%27
%0
%26
%7

Triadic Colors of #adecae

#adecae #aeadec #ecaead

Analogous Colors of #adecae

#adecae #adecce #ccecad

Monochromatic Colors of #adecae

#adecae

Complementary Color

#adecae #ecadeb

#adecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecae Color CSS Codes

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

#adecae Text Font Color

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

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


#adecae Background Color

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

This div background color is #adecae


#adecae Border Color

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

This div border color is #adecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecae


Comments

No comments written yet.

Please login to write comment.