color codes Logo

#addaae color codes

#ADDAAE
(173,218,174)
0 Favorites   0 Comments

Color spaces of #addaae

RGB 173218174
HSL0.340.380.77
HSV121°21°85°
CMYK 0.210.000.20   0.15
XYZ49.945062.083049.3952
Yxy62.08300.30940.3846
Hunter Lab78.7928-24.740117.9860
CIE-Lab82.9575-23.061916.9409

#addaae color RGB value is (173,218,174).

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

The process color (four color CMYK) of #addaae color code is 0.21, 0.00, 0.20, 0.15. Web safe color of #addaae is #99cc99. Color #addaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10101110
Octal 255 332 256
Decimal 173 218 174
Hex AD DA AE

RGB Percentages of Color #addaae

%30.62
%38.58
%30.80

CMYK Percentages of Color #addaae

%21
%0
%20
%15

Triadic Colors of #addaae

#addaae #aeadda #daaead

Analogous Colors of #addaae

#addaae #addac5 #c3daad

Monochromatic Colors of #addaae

#addaae

Complementary Color

#addaae #daadd9

#addaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaae Color CSS Codes

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

#addaae Text Font Color

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

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


#addaae Background Color

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

This div background color is #addaae


#addaae Border Color

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

This div border color is #addaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaae


Comments

No comments written yet.

Please login to write comment.