Color Hex Logo

#addae4 Color Hex

#ADDAE4
(173,218,228)
0 Favorites   0 Comments

Color spaces of #addae4

RGB 173218228
HSL0.530.500.79
HSV191°24°89°
CMYK 0.240.040.00   0.11
XYZ56.308664.628582.9056
Yxy64.62850.27620.3171
Hunter Lab80.3919-15.6596-4.8696
CIE-Lab84.2919-12.3578-9.7125

#addae4 color RGB value is (173,218,228).

#addae4 hex color red value is 173, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #addae4 hue: 0.53 , saturation: 0.50 and the lightness value of addae4 is 0.79.

The process color (four color CMYK) of #addae4 color hex is 0.24, 0.04, 0.00, 0.11. Web safe color of #addae4 is #99cccc. Color #addae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11100100
Octal 255 332 344
Decimal 173 218 228
Hex AD DA E4

RGB Percentages of Color #addae4

%27.95
%35.22
%36.83

CMYK Percentages of Color #addae4

%24
%4
%0
%11

Triadic Colors of #addae4

#addae4 #e4adda #dae4ad

Analogous Colors of #addae4

#addae4 #adbfe4 #ade4d3

Monochromatic Colors of #addae4

#addae4

Complementary Color

#addae4 #e4b7ad

#addae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addae4 Color CSS Codes

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

#addae4 Text Font Color

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

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


#addae4 Background Color

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

This div background color is #addae4


#addae4 Border Color

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

This div border color is #addae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addae4


Comments

No comments written yet.

Please login to write comment.