Color Hex Logo

#addbe1 Color Hex

#ADDBE1
(173,219,225)
1 Favorites   0 Comments

Color spaces of #addbe1

RGB 173219225
HSL0.520.460.78
HSV187°23°88°
CMYK 0.230.030.00   0.12
XYZ56.155764.983580.8175
Yxy64.98350.27810.3218
Hunter Lab80.6123-16.7260-3.0123
CIE-Lab84.4752-13.5283-7.8502

#addbe1 color RGB value is (173,219,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11100001
Octal 255 333 341
Decimal 173 219 225
Hex AD DB E1

RGB Percentages of Color #addbe1

%28.04
%35.49
%36.47

CMYK Percentages of Color #addbe1

%23
%3
%0
%12

Triadic Colors of #addbe1

#addbe1 #e1addb #dbe1ad

Analogous Colors of #addbe1

#addbe1 #adc1e1 #ade1cd

Monochromatic Colors of #addbe1

#addbe1

Complementary Color

#addbe1 #e1b3ad

#addbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbe1 Color CSS Codes

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

#addbe1 Text Font Color

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

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


#addbe1 Background Color

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

This div background color is #addbe1


#addbe1 Border Color

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

This div border color is #addbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbe1


Comments

No comments written yet.

Please login to write comment.