Color Hex Logo

#a7ccda Color Hex

#A7CCDA
(167,204,218)
0 Favorites   0 Comments

Color spaces of #a7ccda

RGB 167204218
HSL0.550.410.75
HSV196°23°85°
CMYK 0.230.060.00   0.15
XYZ50.184156.463274.5832
Yxy56.46320.27690.3116
Hunter Lab75.1420-12.2860-6.2497
CIE-Lab79.8767-9.1396-10.9972

#a7ccda color RGB value is (167,204,218).

#a7ccda hex color red value is 167, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a7ccda hue: 0.55 , saturation: 0.41 and the lightness value of a7ccda is 0.75.

The process color (four color CMYK) of #a7ccda color hex is 0.23, 0.06, 0.00, 0.15. Web safe color of #a7ccda is #99cccc. Color #a7ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001100 11011010
Octal 247 314 332
Decimal 167 204 218
Hex A7 CC DA

RGB Percentages of Color #a7ccda

%28.35
%34.63
%37.01

CMYK Percentages of Color #a7ccda

%23
%6
%0
%15

Triadic Colors of #a7ccda

#a7ccda #daa7cc #ccdaa7

Analogous Colors of #a7ccda

#a7ccda #a7b3da #a7dacf

Monochromatic Colors of #a7ccda

#a7ccda

Complementary Color

#a7ccda #dab5a7

#a7ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ccda Color CSS Codes

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

#a7ccda Text Font Color

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

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


#a7ccda Background Color

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

This div background color is #a7ccda


#a7ccda Border Color

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

This div border color is #a7ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ccda


Comments

No comments written yet.

Please login to write comment.