Color Hex Logo

#a4dccd Color Hex

#A4DCCD
(164,220,205)
0 Favorites   0 Comments

Color spaces of #a4dccd

RGB 164220205
HSL0.460.440.75
HSV164°25°86°
CMYK 0.250.000.07   0.14
XYZ51.922563.486767.2752
Yxy63.48670.28420.3475
Hunter Lab79.6785-23.11805.7145
CIE-Lab83.6978-20.99641.5482

#a4dccd color RGB value is (164,220,205).

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

The process color (four color CMYK) of #a4dccd color hex is 0.25, 0.00, 0.07, 0.14. Web safe color of #a4dccd is #99cccc. Color #a4dccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 11001101
Octal 244 334 315
Decimal 164 220 205
Hex A4 DC CD

RGB Percentages of Color #a4dccd

%27.84
%37.35
%34.80

CMYK Percentages of Color #a4dccd

%25
%0
%7
%14

Triadic Colors of #a4dccd

#a4dccd #cda4dc #dccda4

Analogous Colors of #a4dccd

#a4dccd #a4cfdc #a4dcb1

Monochromatic Colors of #a4dccd

#a4dccd

Complementary Color

#a4dccd #dca4b3

#a4dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dccd Color CSS Codes

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

#a4dccd Text Font Color

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

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


#a4dccd Background Color

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

This div background color is #a4dccd


#a4dccd Border Color

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

This div border color is #a4dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dccd


Comments

No comments written yet.

Please login to write comment.