Color Hex Logo

#a7dcde Color Hex

#A7DCDE
(167,220,222)
0 Favorites   0 Comments

Color spaces of #a7dcde

RGB 167220222
HSL0.510.450.76
HSV182°25°87°
CMYK 0.250.010.00   0.13
XYZ54.714464.675878.7072
Yxy64.67580.27620.3265
Hunter Lab80.4213-19.2952-1.7314
CIE-Lab84.3164-16.4643-6.5339

#a7dcde color RGB value is (167,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 11011110
Octal 247 334 336
Decimal 167 220 222
Hex A7 DC DE

RGB Percentages of Color #a7dcde

%27.42
%36.12
%36.45

CMYK Percentages of Color #a7dcde

%25
%1
%0
%13

Triadic Colors of #a7dcde

#a7dcde #dea7dc #dcdea7

Analogous Colors of #a7dcde

#a7dcde #a7c1de #a7dec5

Monochromatic Colors of #a7dcde

#a7dcde

Complementary Color

#a7dcde #dea9a7

#a7dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcde Color CSS Codes

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

#a7dcde Text Font Color

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

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


#a7dcde Background Color

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

This div background color is #a7dcde


#a7dcde Border Color

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

This div border color is #a7dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcde


Comments

No comments written yet.

Please login to write comment.