Color Hex Logo

#a3cecd Color Hex

#A3CECD
(163,206,205)
0 Favorites   0 Comments

Color spaces of #a3cecd

RGB 163206205
HSL0.500.300.72
HSV179°21°81°
CMYK 0.210.000.00   0.19
XYZ48.195056.336966.0916
Yxy56.33690.28250.3302
Hunter Lab75.0579-16.73570.3332
CIE-Lab79.8052-14.2427-4.1583

#a3cecd color RGB value is (163,206,205).

#a3cecd hex color red value is 163, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a3cecd hue: 0.50 , saturation: 0.30 and the lightness value of a3cecd is 0.72.

The process color (four color CMYK) of #a3cecd color hex is 0.21, 0.00, 0.00, 0.19. Web safe color of #a3cecd is #99cccc. Color #a3cecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001110 11001101
Octal 243 316 315
Decimal 163 206 205
Hex A3 CE CD

RGB Percentages of Color #a3cecd

%28.40
%35.89
%35.71

CMYK Percentages of Color #a3cecd

%21
%0
%0
%19

Triadic Colors of #a3cecd

#a3cecd #cda3ce #cecda3

Analogous Colors of #a3cecd

#a3cecd #a3bace #a3ceb8

Monochromatic Colors of #a3cecd

#a3cecd

Complementary Color

#a3cecd #cea3a4

#a3cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cecd Color CSS Codes

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

#a3cecd Text Font Color

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

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


#a3cecd Background Color

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

This div background color is #a3cecd


#a3cecd Border Color

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

This div border color is #a3cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cecd


Comments

No comments written yet.

Please login to write comment.