Color Hex Logo

#a7dcbf Color Hex

#A7DCBF
(167,220,191)
0 Favorites   0 Comments

Color spaces of #a7dcbf

RGB 167220191
HSL0.410.430.76
HSV147°24°86°
CMYK 0.240.000.13   0.14
XYZ50.933563.163558.7975
Yxy63.16350.29460.3653
Hunter Lab79.4755-24.686611.7689
CIE-Lab83.5283-22.87778.7349

#a7dcbf color RGB value is (167,220,191).

#a7dcbf hex color red value is 167, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a7dcbf hue: 0.41 , saturation: 0.43 and the lightness value of a7dcbf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 10111111
Octal 247 334 277
Decimal 167 220 191
Hex A7 DC BF

RGB Percentages of Color #a7dcbf

%28.89
%38.06
%33.04

CMYK Percentages of Color #a7dcbf

%24
%0
%13
%14

Triadic Colors of #a7dcbf

#a7dcbf #bfa7dc #dcbfa7

Analogous Colors of #a7dcbf

#a7dcbf #a7dcda #aadca7

Monochromatic Colors of #a7dcbf

#a7dcbf

Complementary Color

#a7dcbf #dca7c4

#a7dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcbf Color CSS Codes

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

#a7dcbf Text Font Color

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

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


#a7dcbf Background Color

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

This div background color is #a7dcbf


#a7dcbf Border Color

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

This div border color is #a7dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcbf


Comments

No comments written yet.

Please login to write comment.