Color Hex Logo

#a4d1de Color Hex

#A4D1DE
(164,209,222)
0 Favorites   0 Comments

Color spaces of #a4d1de

RGB 164209222
HSL0.540.470.76
HSV193°26°87°
CMYK 0.260.060.00   0.13
XYZ51.295158.767477.7469
Yxy58.76740.27310.3129
Hunter Lab76.6599-14.7159-6.4688
CIE-Lab81.1636-11.7260-11.2369

#a4d1de color RGB value is (164,209,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11010001 11011110
Octal 244 321 336
Decimal 164 209 222
Hex A4 D1 DE

RGB Percentages of Color #a4d1de

%27.56
%35.13
%37.31

CMYK Percentages of Color #a4d1de

%26
%6
%0
%13

Triadic Colors of #a4d1de

#a4d1de #dea4d1 #d1dea4

Analogous Colors of #a4d1de

#a4d1de #a4b4de #a4dece

Monochromatic Colors of #a4d1de

#a4d1de

Complementary Color

#a4d1de #deb1a4

#a4d1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4d1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4d1de Color CSS Codes

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

#a4d1de Text Font Color

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

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


#a4d1de Background Color

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

This div background color is #a4d1de


#a4d1de Border Color

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

This div border color is #a4d1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4d1de


Comments

No comments written yet.

Please login to write comment.