Color Hex Logo

#a7dddb Color Hex

#A7DDDB
(167,221,219)
0 Favorites   0 Comments

Color spaces of #a7dddb

RGB 167221219
HSL0.490.440.76
HSV178°24°87°
CMYK 0.240.000.01   0.13
XYZ54.579065.042976.6957
Yxy65.04290.27800.3313
Hunter Lab80.6492-20.33690.0709
CIE-Lab84.5058-17.6242-4.6650

#a7dddb color RGB value is (167,221,219).

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

The process color (four color CMYK) of #a7dddb color hex is 0.24, 0.00, 0.01, 0.13. Web safe color of #a7dddb is #99cccc. Color #a7dddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 11011011
Octal 247 335 333
Decimal 167 221 219
Hex A7 DD DB

RGB Percentages of Color #a7dddb

%27.51
%36.41
%36.08

CMYK Percentages of Color #a7dddb

%24
%0
%1
%13

Triadic Colors of #a7dddb

#a7dddb #dba7dd #dddba7

Analogous Colors of #a7dddb

#a7dddb #a7c4dd #a7ddc0

Monochromatic Colors of #a7dddb

#a7dddb

Complementary Color

#a7dddb #dda7a9

#a7dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dddb Color CSS Codes

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

#a7dddb Text Font Color

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

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


#a7dddb Background Color

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

This div background color is #a7dddb


#a7dddb Border Color

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

This div border color is #a7dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dddb


Comments

No comments written yet.

Please login to write comment.