Color Hex Logo

#a4dbcc Color Hex

#A4DBCC
(164,219,204)
0 Favorites   0 Comments

Color spaces of #a4dbcc

RGB 164219204
HSL0.450.430.75
HSV164°25°86°
CMYK 0.250.000.07   0.14
XYZ51.540462.915266.5541
Yxy62.91520.28470.3476
Hunter Lab79.3191-22.82175.7750
CIE-Lab83.3977-20.70811.6417

#a4dbcc color RGB value is (164,219,204).

#a4dbcc hex color red value is 164, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a4dbcc hue: 0.45 , saturation: 0.43 and the lightness value of a4dbcc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011011 11001100
Octal 244 333 314
Decimal 164 219 204
Hex A4 DB CC

RGB Percentages of Color #a4dbcc

%27.94
%37.31
%34.75

CMYK Percentages of Color #a4dbcc

%25
%0
%7
%14

Triadic Colors of #a4dbcc

#a4dbcc #cca4db #dbcca4

Analogous Colors of #a4dbcc

#a4dbcc #a4cfdb #a4dbb1

Monochromatic Colors of #a4dbcc

#a4dbcc

Complementary Color

#a4dbcc #dba4b3

#a4dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dbcc Color CSS Codes

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

#a4dbcc Text Font Color

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

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


#a4dbcc Background Color

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

This div background color is #a4dbcc


#a4dbcc Border Color

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

This div border color is #a4dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dbcc

#a4dbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.