Color Hex Logo

#acdedb Color Hex

#ACDEDB
(172,222,219)
0 Favorites   0 Comments

Color spaces of #acdedb

RGB 172222219
HSL0.490.430.77
HSV176°23°87°
CMYK 0.230.000.01   0.13
XYZ55.920766.127776.8344
Yxy66.12770.28120.3325
Hunter Lab81.3189-19.55880.9030
CIE-Lab85.0615-16.6414-3.8142

#acdedb color RGB value is (172,222,219).

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

The process color (four color CMYK) of #acdedb color hex is 0.23, 0.00, 0.01, 0.13. Web safe color of #acdedb is #99cccc. Color #acdedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11011011
Octal 254 336 333
Decimal 172 222 219
Hex AC DE DB

RGB Percentages of Color #acdedb

%28.06
%36.22
%35.73

CMYK Percentages of Color #acdedb

%23
%0
%1
%13

Triadic Colors of #acdedb

#acdedb #dbacde #dedbac

Analogous Colors of #acdedb

#acdedb #acc8de #acdec2

Monochromatic Colors of #acdedb

#acdedb

Complementary Color

#acdedb #deacaf

#acdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdedb Color CSS Codes

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

#acdedb Text Font Color

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

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


#acdedb Background Color

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

This div background color is #acdedb


#acdedb Border Color

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

This div border color is #acdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdedb


Comments

No comments written yet.

Please login to write comment.