Color Hex Logo

#addfe1 Color Hex

#ADDFE1
(173,223,225)
0 Favorites   0 Comments

Color spaces of #addfe1

RGB 173223225
HSL0.510.460.78
HSV182°23°88°
CMYK 0.230.010.00   0.12
XYZ57.211967.095881.1696
Yxy67.09580.27840.3265
Hunter Lab81.9120-18.6717-1.4142
CIE-Lab85.5523-15.5568-6.2557

#addfe1 color RGB value is (173,223,225).

#addfe1 hex color red value is 173, green value is 223 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #addfe1 hue: 0.51 , saturation: 0.46 and the lightness value of addfe1 is 0.78.

The process color (four color CMYK) of #addfe1 color hex is 0.23, 0.01, 0.00, 0.12. Web safe color of #addfe1 is #99cccc. Color #addfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11100001
Octal 255 337 341
Decimal 173 223 225
Hex AD DF E1

RGB Percentages of Color #addfe1

%27.86
%35.91
%36.23

CMYK Percentages of Color #addfe1

%23
%1
%0
%12

Triadic Colors of #addfe1

#addfe1 #e1addf #dfe1ad

Analogous Colors of #addfe1

#addfe1 #adc5e1 #ade1c9

Monochromatic Colors of #addfe1

#addfe1

Complementary Color

#addfe1 #e1afad

#addfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfe1 Color CSS Codes

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

#addfe1 Text Font Color

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

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


#addfe1 Background Color

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

This div background color is #addfe1


#addfe1 Border Color

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

This div border color is #addfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfe1


Comments

No comments written yet.

Please login to write comment.