Color Hex Logo

#a7dfcb Color Hex

#A7DFCB
(167,223,203)
0 Favorites   0 Comments

Color spaces of #a7dfcb

RGB 167223203
HSL0.440.470.76
HSV159°25°87°
CMYK 0.250.000.09   0.13
XYZ53.103565.302666.3057
Yxy65.30260.28750.3535
Hunter Lab80.8100-24.11817.9188
CIE-Lab84.6394-21.97933.9939

#a7dfcb color RGB value is (167,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 11001011
Octal 247 337 313
Decimal 167 223 203
Hex A7 DF CB

RGB Percentages of Color #a7dfcb

%28.16
%37.61
%34.23

CMYK Percentages of Color #a7dfcb

%25
%0
%9
%13

Triadic Colors of #a7dfcb

#a7dfcb #cba7df #dfcba7

Analogous Colors of #a7dfcb

#a7dfcb #a7d7df #a7dfaf

Monochromatic Colors of #a7dfcb

#a7dfcb

Complementary Color

#a7dfcb #dfa7bb

#a7dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfcb Color CSS Codes

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

#a7dfcb Text Font Color

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

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


#a7dfcb Background Color

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

This div background color is #a7dfcb


#a7dfcb Border Color

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

This div border color is #a7dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfcb


Comments

No comments written yet.

Please login to write comment.