Color Hex Logo

#a7dcdd Color Hex

#A7DCDD
(167,220,221)
0 Favorites   0 Comments

Color spaces of #a7dcdd

RGB 167220221
HSL0.500.440.76
HSV181°24°87°
CMYK 0.240.000.00   0.13
XYZ54.580764.622378.0033
Yxy64.62230.27680.3277
Hunter Lab80.3880-19.4836-1.2596
CIE-Lab84.2887-16.6841-6.0450

#a7dcdd color RGB value is (167,220,221).

#a7dcdd hex color red value is 167, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a7dcdd hue: 0.50 , saturation: 0.44 and the lightness value of a7dcdd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 11011101
Octal 247 334 335
Decimal 167 220 221
Hex A7 DC DD

RGB Percentages of Color #a7dcdd

%27.47
%36.18
%36.35

CMYK Percentages of Color #a7dcdd

%24
%0
%0
%13

Triadic Colors of #a7dcdd

#a7dcdd #dda7dc #dcdda7

Analogous Colors of #a7dcdd

#a7dcdd #a7c1dd #a7ddc3

Monochromatic Colors of #a7dcdd

#a7dcdd

Complementary Color

#a7dcdd #dda8a7

#a7dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcdd Color CSS Codes

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

#a7dcdd Text Font Color

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

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


#a7dcdd Background Color

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

This div background color is #a7dcdd


#a7dcdd Border Color

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

This div border color is #a7dcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,220,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcdd


Comments

No comments written yet.

Please login to write comment.