Color Hex Logo

#a4dfcb Color Hex

#A4DFCB
(164,223,203)
0 Favorites   0 Comments

Color spaces of #a4dfcb

RGB 164223203
HSL0.440.480.76
HSV160°26°87°
CMYK 0.260.000.09   0.13
XYZ52.477064.979766.2764
Yxy64.97970.28560.3537
Hunter Lab80.6100-24.86427.6796
CIE-Lab84.4733-22.88913.7324

#a4dfcb color RGB value is (164,223,203).

#a4dfcb hex color red value is 164, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a4dfcb hue: 0.44 , saturation: 0.48 and the lightness value of a4dfcb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 11001011
Octal 244 337 313
Decimal 164 223 203
Hex A4 DF CB

RGB Percentages of Color #a4dfcb

%27.80
%37.80
%34.41

CMYK Percentages of Color #a4dfcb

%26
%0
%9
%13

Triadic Colors of #a4dfcb

#a4dfcb #cba4df #dfcba4

Analogous Colors of #a4dfcb

#a4dfcb #a4d6df #a4dfae

Monochromatic Colors of #a4dfcb

#a4dfcb

Complementary Color

#a4dfcb #dfa4b8

#a4dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dfcb Color CSS Codes

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

#a4dfcb Text Font Color

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

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


#a4dfcb Background Color

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

This div background color is #a4dfcb


#a4dfcb Border Color

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

This div border color is #a4dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dfcb


Comments

No comments written yet.

Please login to write comment.