Color Hex Logo

#a4cadd Color Hex

#A4CADD
(164,202,221)
0 Favorites   0 Comments

Color spaces of #a4cadd

RGB 164202221
HSL0.560.460.75
HSV200°26°87°
CMYK 0.260.090.00   0.13
XYZ49.481555.354076.4831
Yxy55.35400.27290.3053
Hunter Lab74.4003-11.4852-8.8696
CIE-Lab79.2447-8.3104-13.5713

#a4cadd color RGB value is (164,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001010 11011101
Octal 244 312 335
Decimal 164 202 221
Hex A4 CA DD

RGB Percentages of Color #a4cadd

%27.94
%34.41
%37.65

CMYK Percentages of Color #a4cadd

%26
%9
%0
%13

Triadic Colors of #a4cadd

#a4cadd #dda4ca #cadda4

Analogous Colors of #a4cadd

#a4cadd #a4aedd #a4ddd4

Monochromatic Colors of #a4cadd

#a4cadd

Complementary Color

#a4cadd #ddb7a4

#a4cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cadd Color CSS Codes

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

#a4cadd Text Font Color

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

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


#a4cadd Background Color

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

This div background color is #a4cadd


#a4cadd Border Color

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

This div border color is #a4cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cadd


Comments

No comments written yet.

Please login to write comment.