Color Hex Logo

#a4dbdd Color Hex

#A4DBDD
(164,219,221)
0 Favorites   0 Comments

Color spaces of #a4dbdd

RGB 164219221
HSL0.510.460.75
HSV182°26°87°
CMYK 0.260.010.00   0.13
XYZ53.692563.776077.8867
Yxy63.77600.27480.3265
Hunter Lab79.8599-19.7432-1.9231
CIE-Lab83.8490-17.0554-6.7139

#a4dbdd color RGB value is (164,219,221).

#a4dbdd hex color red value is 164, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a4dbdd hue: 0.51 , saturation: 0.46 and the lightness value of a4dbdd is 0.75.

The process color (four color CMYK) of #a4dbdd color hex is 0.26, 0.01, 0.00, 0.13. Web safe color of #a4dbdd is #99cccc. Color #a4dbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011011 11011101
Octal 244 333 335
Decimal 164 219 221
Hex A4 DB DD

RGB Percentages of Color #a4dbdd

%27.15
%36.26
%36.59

CMYK Percentages of Color #a4dbdd

%26
%1
%0
%13

Triadic Colors of #a4dbdd

#a4dbdd #dda4db #dbdda4

Analogous Colors of #a4dbdd

#a4dbdd #a4bfdd #a4ddc3

Monochromatic Colors of #a4dbdd

#a4dbdd

Complementary Color

#a4dbdd #dda6a4

#a4dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dbdd Color CSS Codes

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

#a4dbdd Text Font Color

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

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


#a4dbdd Background Color

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

This div background color is #a4dbdd


#a4dbdd Border Color

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

This div border color is #a4dbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,219,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dbdd


Comments

No comments written yet.

Please login to write comment.