Color Hex Logo

#adcea5 Color Hex

#ADCEA5
(173,206,165)
0 Favorites   0 Comments

Color spaces of #adcea5

RGB 173206165
HSL0.300.290.73
HSV108°20°81°
CMYK 0.160.000.20   0.19
XYZ46.096455.743543.9273
Yxy55.74350.31620.3824
Hunter Lab74.6616-20.451017.3797
CIE-Lab79.4676-18.660916.8174

#adcea5 color RGB value is (173,206,165).

#adcea5 hex color red value is 173, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #adcea5 hue: 0.30 , saturation: 0.29 and the lightness value of adcea5 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10100101
Octal 255 316 245
Decimal 173 206 165
Hex AD CE A5

RGB Percentages of Color #adcea5

%31.80
%37.87
%30.33

CMYK Percentages of Color #adcea5

%16
%0
%20
%19

Triadic Colors of #adcea5

#adcea5 #a5adce #cea5ad

Analogous Colors of #adcea5

#adcea5 #a5ceb2 #c2cea5

Monochromatic Colors of #adcea5

#adcea5

Complementary Color

#adcea5 #c6a5ce

#adcea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcea5 Color CSS Codes

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

#adcea5 Text Font Color

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

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


#adcea5 Background Color

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

This div background color is #adcea5


#adcea5 Border Color

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

This div border color is #adcea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcea5


Comments

No comments written yet.

Please login to write comment.