Color Hex Logo

#a7dcdf Color Hex

#A7DCDF
(167,220,223)
0 Favorites   0 Comments

Color spaces of #a7dcdf

RGB 167220223
HSL0.510.470.76
HSV183°25°87°
CMYK 0.250.010.00   0.13
XYZ54.848864.729679.4153
Yxy64.72960.27560.3253
Hunter Lab80.4547-19.1060-2.2057
CIE-Lab84.3442-16.2438-7.0227

#a7dcdf color RGB value is (167,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 11011111
Octal 247 334 337
Decimal 167 220 223
Hex A7 DC DF

RGB Percentages of Color #a7dcdf

%27.38
%36.07
%36.56

CMYK Percentages of Color #a7dcdf

%25
%1
%0
%13

Triadic Colors of #a7dcdf

#a7dcdf #dfa7dc #dcdfa7

Analogous Colors of #a7dcdf

#a7dcdf #a7c0df #a7dfc6

Monochromatic Colors of #a7dcdf

#a7dcdf

Complementary Color

#a7dcdf #dfaaa7

#a7dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcdf Color CSS Codes

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

#a7dcdf Text Font Color

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

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


#a7dcdf Background Color

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

This div background color is #a7dcdf


#a7dcdf Border Color

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

This div border color is #a7dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcdf


Comments

No comments written yet.

Please login to write comment.