Color Hex Logo

#acdbc8 Color Hex

#ACDBC8
(172,219,200)
0 Favorites   0 Comments

Color spaces of #acdbc8

RGB 172219200
HSL0.430.390.77
HSV156°21°86°
CMYK 0.210.000.09   0.14
XYZ52.770163.603864.1391
Yxy63.60380.29230.3524
Hunter Lab79.7520-21.45658.1435
CIE-Lab83.7591-19.04834.3430

#acdbc8 color RGB value is (172,219,200).

#acdbc8 hex color red value is 172, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #acdbc8 hue: 0.43 , saturation: 0.39 and the lightness value of acdbc8 is 0.77.

The process color (four color CMYK) of #acdbc8 color hex is 0.21, 0.00, 0.09, 0.14. Web safe color of #acdbc8 is #99cccc. Color #acdbc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11001000
Octal 254 333 310
Decimal 172 219 200
Hex AC DB C8

RGB Percentages of Color #acdbc8

%29.10
%37.06
%33.84

CMYK Percentages of Color #acdbc8

%21
%0
%9
%14

Triadic Colors of #acdbc8

#acdbc8 #c8acdb #dbc8ac

Analogous Colors of #acdbc8

#acdbc8 #acd7db #acdbb1

Monochromatic Colors of #acdbc8

#acdbc8

Complementary Color

#acdbc8 #dbacbf

#acdbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbc8 Color CSS Codes

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

#acdbc8 Text Font Color

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

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


#acdbc8 Background Color

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

This div background color is #acdbc8


#acdbc8 Border Color

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

This div border color is #acdbc8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,219,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acdbc8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acdbc8;
  -webkit-box-shadow: 1px 1px 3px 2px #acdbc8;
  box-shadow:         1px 1px 3px 2px #acdbc8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,219,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbc8


Comments

No comments written yet.

Please login to write comment.