Color Hex Logo

#adcfa8 Color Hex

#ADCFA8
(173,207,168)
0 Favorites   0 Comments

Color spaces of #adcfa8

RGB 173207168
HSL0.310.290.74
HSV112°19°81°
CMYK 0.160.000.19   0.19
XYZ46.614356.337045.4631
Yxy56.33700.31410.3796
Hunter Lab75.0580-20.495116.6282
CIE-Lab79.8052-18.650415.6969

#adcfa8 color RGB value is (173,207,168).

#adcfa8 hex color red value is 173, green value is 207 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #adcfa8 hue: 0.31 , saturation: 0.29 and the lightness value of adcfa8 is 0.74.

The process color (four color CMYK) of #adcfa8 color hex is 0.16, 0.00, 0.19, 0.19. Web safe color of #adcfa8 is #99cc99. Color #adcfa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10101000
Octal 255 317 250
Decimal 173 207 168
Hex AD CF A8

RGB Percentages of Color #adcfa8

%31.57
%37.77
%30.66

CMYK Percentages of Color #adcfa8

%16
%0
%19
%19

Triadic Colors of #adcfa8

#adcfa8 #a8adcf #cfa8ad

Analogous Colors of #adcfa8

#adcfa8 #a8cfb7 #c1cfa8

Monochromatic Colors of #adcfa8

#adcfa8

Complementary Color

#adcfa8 #caa8cf

#adcfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfa8 Color CSS Codes

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

#adcfa8 Text Font Color

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

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


#adcfa8 Background Color

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

This div background color is #adcfa8


#adcfa8 Border Color

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

This div border color is #adcfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfa8


Comments

No comments written yet.

Please login to write comment.