Color Hex Logo

#adc4b5 Color Hex

#ADC4B5
(173,196,181)
0 Favorites   0 Comments

Color spaces of #adc4b5

RGB 173196181
HSL0.390.160.72
HSV141°12°77°
CMYK 0.120.000.08   0.23
XYZ45.314051.700351.3069
Yxy51.70030.30550.3486
Hunter Lab71.9029-13.33758.0252
CIE-Lab77.1013-10.69654.8864

#adc4b5 color RGB value is (173,196,181).

#adc4b5 hex color red value is 173, green value is 196 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #adc4b5 hue: 0.39 , saturation: 0.16 and the lightness value of adc4b5 is 0.72.

The process color (four color CMYK) of #adc4b5 color hex is 0.12, 0.00, 0.08, 0.23. Web safe color of #adc4b5 is #99cccc. Color #adc4b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10110101
Octal 255 304 265
Decimal 173 196 181
Hex AD C4 B5

RGB Percentages of Color #adc4b5

%31.45
%35.64
%32.91

CMYK Percentages of Color #adc4b5

%12
%0
%8
%23

Triadic Colors of #adc4b5

#adc4b5 #b5adc4 #c4b5ad

Analogous Colors of #adc4b5

#adc4b5 #adc4c1 #b1c4ad

Monochromatic Colors of #adc4b5

#adc4b5

Complementary Color

#adc4b5 #c4adbc

#adc4b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4b5 Color CSS Codes

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

#adc4b5 Text Font Color

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

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


#adc4b5 Background Color

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

This div background color is #adc4b5


#adc4b5 Border Color

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

This div border color is #adc4b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4b5


Comments

No comments written yet.

Please login to write comment.