Color Hex Logo

#adccb8 Color Hex

#ADCCB8
(173,204,184)
0 Favorites   0 Comments

Color spaces of #adccb8

RGB 173204184
HSL0.390.230.74
HSV141°15°80°
CMYK 0.150.000.10   0.20
XYZ47.478255.530753.5635
Yxy55.53070.30320.3547
Hunter Lab74.5189-16.68059.5462
CIE-Lab79.3460-14.24996.5075

#adccb8 color RGB value is (173,204,184).

#adccb8 hex color red value is 173, green value is 204 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #adccb8 hue: 0.39 , saturation: 0.23 and the lightness value of adccb8 is 0.74.

The process color (four color CMYK) of #adccb8 color hex is 0.15, 0.00, 0.10, 0.20. Web safe color of #adccb8 is #99cccc. Color #adccb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10111000
Octal 255 314 270
Decimal 173 204 184
Hex AD CC B8

RGB Percentages of Color #adccb8

%30.84
%36.36
%32.80

CMYK Percentages of Color #adccb8

%15
%0
%10
%20

Triadic Colors of #adccb8

#adccb8 #b8adcc #ccb8ad

Analogous Colors of #adccb8

#adccb8 #adccc8 #b2ccad

Monochromatic Colors of #adccb8

#adccb8

Complementary Color

#adccb8 #ccadc1

#adccb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccb8 Color CSS Codes

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

#adccb8 Text Font Color

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

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


#adccb8 Background Color

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

This div background color is #adccb8


#adccb8 Border Color

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

This div border color is #adccb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccb8


Comments

No comments written yet.

Please login to write comment.