Color Hex Logo

#a7dfcf Color Hex

#A7DFCF
(167,223,207)
0 Favorites   0 Comments

Color spaces of #a7dfcf

RGB 167223207
HSL0.450.470.76
HSV163°25°87°
CMYK 0.250.000.07   0.13
XYZ53.586565.495868.8491
Yxy65.49580.28510.3485
Hunter Lab80.9295-23.43496.2109
CIE-Lab84.7386-21.16192.0245

#a7dfcf color RGB value is (167,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 11001111
Octal 247 337 317
Decimal 167 223 207
Hex A7 DF CF

RGB Percentages of Color #a7dfcf

%27.97
%37.35
%34.67

CMYK Percentages of Color #a7dfcf

%25
%0
%7
%13

Triadic Colors of #a7dfcf

#a7dfcf #cfa7df #dfcfa7

Analogous Colors of #a7dfcf

#a7dfcf #a7d3df #a7dfb3

Monochromatic Colors of #a7dfcf

#a7dfcf

Complementary Color

#a7dfcf #dfa7b7

#a7dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfcf Color CSS Codes

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

#a7dfcf Text Font Color

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

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


#a7dfcf Background Color

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

This div background color is #a7dfcf


#a7dfcf Border Color

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

This div border color is #a7dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfcf


Comments

No comments written yet.

Please login to write comment.