Color Hex Logo

#a4c6dd Color Hex

#A4C6DD
(164,198,221)
0 Favorites   0 Comments

Color spaces of #a4c6dd

RGB 164198221
HSL0.570.460.75
HSV204°26°87°
CMYK 0.260.100.00   0.13
XYZ48.555153.501176.1742
Yxy53.50110.27240.3002
Hunter Lab73.1444-9.5100-10.5448
CIE-Lab78.1699-6.2036-15.1848

#a4c6dd color RGB value is (164,198,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000110 11011101
Octal 244 306 335
Decimal 164 198 221
Hex A4 C6 DD

RGB Percentages of Color #a4c6dd

%28.13
%33.96
%37.91

CMYK Percentages of Color #a4c6dd

%26
%10
%0
%13

Triadic Colors of #a4c6dd

#a4c6dd #dda4c6 #c6dda4

Analogous Colors of #a4c6dd

#a4c6dd #a4aadd #a4ddd8

Monochromatic Colors of #a4c6dd

#a4c6dd

Complementary Color

#a4c6dd #ddbba4

#a4c6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c6dd Color CSS Codes

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

#a4c6dd Text Font Color

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

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


#a4c6dd Background Color

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

This div background color is #a4c6dd


#a4c6dd Border Color

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

This div border color is #a4c6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c6dd


Comments

No comments written yet.

Please login to write comment.