Color Hex Logo

#a7d6db Color Hex

#A7D6DB
(167,214,219)
0 Favorites   0 Comments

Color spaces of #a7d6db

RGB 167214219
HSL0.520.420.76
HSV186°24°86°
CMYK 0.240.020.00   0.14
XYZ52.769161.423176.0924
Yxy61.42310.27730.3228
Hunter Lab78.3729-16.9671-2.7038
CIE-Lab82.6057-14.0794-7.4733

#a7d6db color RGB value is (167,214,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010110 11011011
Octal 247 326 333
Decimal 167 214 219
Hex A7 D6 DB

RGB Percentages of Color #a7d6db

%27.83
%35.67
%36.50

CMYK Percentages of Color #a7d6db

%24
%2
%0
%14

Triadic Colors of #a7d6db

#a7d6db #dba7d6 #d6dba7

Analogous Colors of #a7d6db

#a7d6db #a7bcdb #a7dbc6

Monochromatic Colors of #a7d6db

#a7d6db

Complementary Color

#a7d6db #dbaca7

#a7d6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d6db Color CSS Codes

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

#a7d6db Text Font Color

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

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


#a7d6db Background Color

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

This div background color is #a7d6db


#a7d6db Border Color

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

This div border color is #a7d6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d6db


Comments

No comments written yet.

Please login to write comment.