Color Hex Logo

#a7dfcc Color Hex

#A7DFCC
(167,223,204)
0 Favorites   0 Comments

Color spaces of #a7dfcc

RGB 167223204
HSL0.440.470.76
HSV160°25°87°
CMYK 0.250.000.09   0.13
XYZ53.223165.350566.9355
Yxy65.35050.28690.3523
Hunter Lab80.8397-23.94887.4954
CIE-Lab84.6640-21.77643.5013

#a7dfcc color RGB value is (167,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 11001100
Octal 247 337 314
Decimal 167 223 204
Hex A7 DF CC

RGB Percentages of Color #a7dfcc

%28.11
%37.54
%34.34

CMYK Percentages of Color #a7dfcc

%25
%0
%9
%13

Triadic Colors of #a7dfcc

#a7dfcc #cca7df #dfcca7

Analogous Colors of #a7dfcc

#a7dfcc #a7d6df #a7dfb0

Monochromatic Colors of #a7dfcc

#a7dfcc

Complementary Color

#a7dfcc #dfa7ba

#a7dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfcc Color CSS Codes

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

#a7dfcc Text Font Color

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

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


#a7dfcc Background Color

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

This div background color is #a7dfcc


#a7dfcc Border Color

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

This div border color is #a7dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfcc


Comments

No comments written yet.

Please login to write comment.