Color Hex Logo

#a4cadb Color Hex

#A4CADB
(164,202,219)
0 Favorites   0 Comments

Color spaces of #a4cadb

RGB 164202219
HSL0.550.430.75
HSV199°25°86°
CMYK 0.250.080.00   0.14
XYZ49.216655.248075.0878
Yxy55.24800.27410.3077
Hunter Lab74.3290-11.8828-7.8650
CIE-Lab79.1839-8.7673-12.5884

#a4cadb color RGB value is (164,202,219).

#a4cadb hex color red value is 164, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a4cadb hue: 0.55 , saturation: 0.43 and the lightness value of a4cadb is 0.75.

The process color (four color CMYK) of #a4cadb color hex is 0.25, 0.08, 0.00, 0.14. Web safe color of #a4cadb is #99cccc. Color #a4cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001010 11011011
Octal 244 312 333
Decimal 164 202 219
Hex A4 CA DB

RGB Percentages of Color #a4cadb

%28.03
%34.53
%37.44

CMYK Percentages of Color #a4cadb

%25
%8
%0
%14

Triadic Colors of #a4cadb

#a4cadb #dba4ca #cadba4

Analogous Colors of #a4cadb

#a4cadb #a4afdb #a4dbd1

Monochromatic Colors of #a4cadb

#a4cadb

Complementary Color

#a4cadb #dbb5a4

#a4cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cadb Color CSS Codes

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

#a4cadb Text Font Color

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

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


#a4cadb Background Color

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

This div background color is #a4cadb


#a4cadb Border Color

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

This div border color is #a4cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cadb


Comments

No comments written yet.

Please login to write comment.