Color Hex Logo

#acdbce Color Hex

#ACDBCE
(172,219,206)
0 Favorites   0 Comments

Color spaces of #acdbce

RGB 172219206
HSL0.450.390.77
HSV163°21°86°
CMYK 0.210.000.06   0.14
XYZ53.485463.889967.9055
Yxy63.88990.28870.3448
Hunter Lab79.9312-20.43745.5820
CIE-Lab83.9084-17.84361.3810

#acdbce color RGB value is (172,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11001110
Octal 254 333 316
Decimal 172 219 206
Hex AC DB CE

RGB Percentages of Color #acdbce

%28.81
%36.68
%34.51

CMYK Percentages of Color #acdbce

%21
%0
%6
%14

Triadic Colors of #acdbce

#acdbce #ceacdb #dbceac

Analogous Colors of #acdbce

#acdbce #acd1db #acdbb7

Monochromatic Colors of #acdbce

#acdbce

Complementary Color

#acdbce #dbacb9

#acdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbce Color CSS Codes

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

#acdbce Text Font Color

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

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


#acdbce Background Color

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

This div background color is #acdbce


#acdbce Border Color

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

This div border color is #acdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbce


Comments

No comments written yet.

Please login to write comment.