Color Hex Logo

#a7dbde Color Hex

#A7DBDE
(167,219,222)
0 Favorites   0 Comments

Color spaces of #a7dbde

RGB 167219222
HSL0.510.450.76
HSV183°25°87°
CMYK 0.250.010.00   0.13
XYZ54.452764.152578.6199
Yxy64.15250.27610.3253
Hunter Lab80.0953-18.8136-2.1312
CIE-Lab84.0451-15.9591-6.9353

#a7dbde color RGB value is (167,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011011 11011110
Octal 247 333 336
Decimal 167 219 222
Hex A7 DB DE

RGB Percentages of Color #a7dbde

%27.47
%36.02
%36.51

CMYK Percentages of Color #a7dbde

%25
%1
%0
%13

Triadic Colors of #a7dbde

#a7dbde #dea7db #dbdea7

Analogous Colors of #a7dbde

#a7dbde #a7c0de #a7dec6

Monochromatic Colors of #a7dbde

#a7dbde

Complementary Color

#a7dbde #deaaa7

#a7dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dbde Color CSS Codes

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

#a7dbde Text Font Color

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

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


#a7dbde Background Color

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

This div background color is #a7dbde


#a7dbde Border Color

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

This div border color is #a7dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dbde


Comments

No comments written yet.

Please login to write comment.