Color Hex Logo

#a7cadb Color Hex

#A7CADB
(167,202,219)
0 Favorites   0 Comments

Color spaces of #a7cadb

RGB 167202219
HSL0.550.420.76
HSV200°24°86°
CMYK 0.240.080.00   0.14
XYZ49.843155.571075.1171
Yxy55.57100.27610.3078
Hunter Lab74.5460-11.1063-7.5621
CIE-Lab79.3690-7.8688-12.2922

#a7cadb color RGB value is (167,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 11011011
Octal 247 312 333
Decimal 167 202 219
Hex A7 CA DB

RGB Percentages of Color #a7cadb

%28.40
%34.35
%37.24

CMYK Percentages of Color #a7cadb

%24
%8
%0
%14

Triadic Colors of #a7cadb

#a7cadb #dba7ca #cadba7

Analogous Colors of #a7cadb

#a7cadb #a7b0db #a7dbd2

Monochromatic Colors of #a7cadb

#a7cadb

Complementary Color

#a7cadb #dbb8a7

#a7cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cadb Color CSS Codes

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

#a7cadb Text Font Color

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

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


#a7cadb Background Color

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

This div background color is #a7cadb


#a7cadb Border Color

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

This div border color is #a7cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cadb


Comments

No comments written yet.

Please login to write comment.