Color Hex Logo

#addace Color Hex

#ADDACE
(173,218,206)
0 Favorites   0 Comments

Color spaces of #addace

RGB 173218206
HSL0.460.380.77
HSV164°21°85°
CMYK 0.210.000.06   0.15
XYZ53.445663.483367.8291
Yxy63.48330.28930.3436
Hunter Lab79.6764-19.69895.2995
CIE-Lab83.6960-17.03051.0789

#addace color RGB value is (173,218,206).

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

The process color (four color CMYK) of #addace color hex is 0.21, 0.00, 0.06, 0.15. Web safe color of #addace is #99cccc. Color #addace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11001110
Octal 255 332 316
Decimal 173 218 206
Hex AD DA CE

RGB Percentages of Color #addace

%28.98
%36.52
%34.51

CMYK Percentages of Color #addace

%21
%0
%6
%15

Triadic Colors of #addace

#addace #ceadda #dacead

Analogous Colors of #addace

#addace #add0da #addab8

Monochromatic Colors of #addace

#addace

Complementary Color

#addace #daadb9

#addace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addace Color Preview on White Background

Lorem ipsum dolor sit amet.

#addace Color CSS Codes

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

#addace Text Font Color

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

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


#addace Background Color

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

This div background color is #addace


#addace Border Color

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

This div border color is #addace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,218,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #addace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addace


Comments

No comments written yet.

Please login to write comment.