Color Hex Logo

#a3ddcc Color Hex

#A3DDCC
(163,221,204)
0 Favorites   0 Comments

Color spaces of #a3ddcc

RGB 163221204
HSL0.450.460.75
HSV162°26°87°
CMYK 0.260.000.08   0.13
XYZ51.859863.859166.7195
Yxy63.85910.28430.3500
Hunter Lab79.9119-24.00606.4363
CIE-Lab83.8924-21.99962.3539

#a3ddcc color RGB value is (163,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 11001100
Octal 243 335 314
Decimal 163 221 204
Hex A3 DD CC

RGB Percentages of Color #a3ddcc

%27.72
%37.59
%34.69

CMYK Percentages of Color #a3ddcc

%26
%0
%8
%13

Triadic Colors of #a3ddcc

#a3ddcc #cca3dd #ddcca3

Analogous Colors of #a3ddcc

#a3ddcc #a3d1dd #a3ddaf

Monochromatic Colors of #a3ddcc

#a3ddcc

Complementary Color

#a3ddcc #dda3b4

#a3ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddcc Color CSS Codes

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

#a3ddcc Text Font Color

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

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


#a3ddcc Background Color

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

This div background color is #a3ddcc


#a3ddcc Border Color

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

This div border color is #a3ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddcc


Comments

No comments written yet.

Please login to write comment.