Color Hex Logo

#a3cddb Color Hex

#A3CDDB
(163,205,219)
0 Favorites   0 Comments

Color spaces of #a3cddb

RGB 163205219
HSL0.540.440.75
HSV195°26°86°
CMYK 0.260.060.00   0.14
XYZ49.721856.563675.3151
Yxy56.56360.27380.3115
Hunter Lab75.2088-13.6060-6.7277
CIE-Lab79.9335-10.6292-11.4741

#a3cddb color RGB value is (163,205,219).

#a3cddb hex color red value is 163, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a3cddb hue: 0.54 , saturation: 0.44 and the lightness value of a3cddb is 0.75.

The process color (four color CMYK) of #a3cddb color hex is 0.26, 0.06, 0.00, 0.14. Web safe color of #a3cddb is #99cccc. Color #a3cddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001101 11011011
Octal 243 315 333
Decimal 163 205 219
Hex A3 CD DB

RGB Percentages of Color #a3cddb

%27.77
%34.92
%37.31

CMYK Percentages of Color #a3cddb

%26
%6
%0
%14

Triadic Colors of #a3cddb

#a3cddb #dba3cd #cddba3

Analogous Colors of #a3cddb

#a3cddb #a3b1db #a3dbcd

Monochromatic Colors of #a3cddb

#a3cddb

Complementary Color

#a3cddb #dbb1a3

#a3cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cddb Color CSS Codes

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

#a3cddb Text Font Color

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

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


#a3cddb Background Color

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

This div background color is #a3cddb


#a3cddb Border Color

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

This div border color is #a3cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cddb


Comments

No comments written yet.

Please login to write comment.