Color Hex Logo

#a4dacb Color Hex

#A4DACB
(164,218,203)
0 Favorites   0 Comments

Color spaces of #a4dacb

RGB 164218203
HSL0.450.420.75
HSV163°25°85°
CMYK 0.250.000.07   0.15
XYZ51.160762.347165.8377
Yxy62.34710.28530.3476
Hunter Lab78.9602-22.52475.8356
CIE-Lab83.0977-20.41841.7355

#a4dacb color RGB value is (164,218,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011010 11001011
Octal 244 332 313
Decimal 164 218 203
Hex A4 DA CB

RGB Percentages of Color #a4dacb

%28.03
%37.26
%34.70

CMYK Percentages of Color #a4dacb

%25
%0
%7
%15

Triadic Colors of #a4dacb

#a4dacb #cba4da #dacba4

Analogous Colors of #a4dacb

#a4dacb #a4ceda #a4dab0

Monochromatic Colors of #a4dacb

#a4dacb

Complementary Color

#a4dacb #daa4b3

#a4dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dacb Color CSS Codes

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

#a4dacb Text Font Color

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

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


#a4dacb Background Color

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

This div background color is #a4dacb


#a4dacb Border Color

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

This div border color is #a4dacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dacb


Comments

No comments written yet.

Please login to write comment.