Color Hex Logo

#a7dfdb Color Hex

#A7DFDB
(167,223,219)
0 Favorites   0 Comments

Color spaces of #a7dfdb

RGB 167223219
HSL0.490.470.76
HSV176°25°87°
CMYK 0.250.000.02   0.13
XYZ55.110266.105376.8728
Yxy66.10530.27820.3337
Hunter Lab81.3052-21.29330.8558
CIE-Lab85.0501-18.6262-3.8635

#a7dfdb color RGB value is (167,223,219).

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

The process color (four color CMYK) of #a7dfdb color hex is 0.25, 0.00, 0.02, 0.13. Web safe color of #a7dfdb is #99cccc. Color #a7dfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 11011011
Octal 247 337 333
Decimal 167 223 219
Hex A7 DF DB

RGB Percentages of Color #a7dfdb

%27.42
%36.62
%35.96

CMYK Percentages of Color #a7dfdb

%25
%0
%2
%13

Triadic Colors of #a7dfdb

#a7dfdb #dba7df #dfdba7

Analogous Colors of #a7dfdb

#a7dfdb #a7c7df #a7dfbf

Monochromatic Colors of #a7dfdb

#a7dfdb

Complementary Color

#a7dfdb #dfa7ab

#a7dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfdb Color CSS Codes

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

#a7dfdb Text Font Color

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

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


#a7dfdb Background Color

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

This div background color is #a7dfdb


#a7dfdb Border Color

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

This div border color is #a7dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfdb


Comments

No comments written yet.

Please login to write comment.