Color Hex Logo

#a7dfbc Color Hex

#A7DFBC
(167,223,188)
0 Favorites   0 Comments

Color spaces of #a7dfbc

RGB 167223188
HSL0.400.470.76
HSV143°25°87°
CMYK 0.250.000.16   0.13
XYZ51.401164.621757.3411
Yxy64.62170.29650.3728
Hunter Lab80.3876-26.542713.9793
CIE-Lab84.2884-24.914911.4014

#a7dfbc color RGB value is (167,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 10111100
Octal 247 337 274
Decimal 167 223 188
Hex A7 DF BC

RGB Percentages of Color #a7dfbc

%28.89
%38.58
%32.53

CMYK Percentages of Color #a7dfbc

%25
%0
%16
%13

Triadic Colors of #a7dfbc

#a7dfbc #bca7df #dfbca7

Analogous Colors of #a7dfbc

#a7dfbc #a7dfd8 #aedfa7

Monochromatic Colors of #a7dfbc

#a7dfbc

Complementary Color

#a7dfbc #dfa7ca

#a7dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfbc Color CSS Codes

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

#a7dfbc Text Font Color

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

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


#a7dfbc Background Color

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

This div background color is #a7dfbc


#a7dfbc Border Color

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

This div border color is #a7dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfbc


Comments

No comments written yet.

Please login to write comment.