Color Hex Logo

#a4dbde Color Hex

#A4DBDE
(164,219,222)
0 Favorites   0 Comments

Color spaces of #a4dbde

RGB 164219222
HSL0.510.470.76
HSV183°26°87°
CMYK 0.260.010.00   0.13
XYZ53.826263.829578.5906
Yxy63.82950.27430.3253
Hunter Lab79.8934-19.5534-2.3978
CIE-Lab83.8769-16.8329-7.2030

#a4dbde color RGB value is (164,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011011 11011110
Octal 244 333 336
Decimal 164 219 222
Hex A4 DB DE

RGB Percentages of Color #a4dbde

%27.11
%36.20
%36.69

CMYK Percentages of Color #a4dbde

%26
%1
%0
%13

Triadic Colors of #a4dbde

#a4dbde #dea4db #dbdea4

Analogous Colors of #a4dbde

#a4dbde #a4bede #a4dec4

Monochromatic Colors of #a4dbde

#a4dbde

Complementary Color

#a4dbde #dea7a4

#a4dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dbde Color CSS Codes

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

#a4dbde Text Font Color

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

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


#a4dbde Background Color

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

This div background color is #a4dbde


#a4dbde Border Color

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

This div border color is #a4dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dbde


Comments

No comments written yet.

Please login to write comment.