Color Hex Logo

#acdced Color Hex

#ACDCED
(172,220,237)
0 Favorites   0 Comments

Color spaces of #acdced

RGB 172220237
HSL0.540.640.80
HSV196°27°93°
CMYK 0.270.070.00   0.07
XYZ57.892566.071589.8226
Yxy66.07150.27080.3091
Hunter Lab81.2844-15.1161-8.6188
CIE-Lab85.0329-11.6504-13.3790

#acdced color RGB value is (172,220,237).

#acdced hex color red value is 172, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #acdced hue: 0.54 , saturation: 0.64 and the lightness value of acdced is 0.80.

The process color (four color CMYK) of #acdced color hex is 0.27, 0.07, 0.00, 0.07. Web safe color of #acdced is #99ccff. Color #acdced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11101101
Octal 254 334 355
Decimal 172 220 237
Hex AC DC ED

RGB Percentages of Color #acdced

%27.34
%34.98
%37.68

CMYK Percentages of Color #acdced

%27
%7
%0
%7

Triadic Colors of #acdced

#acdced #edacdc #dcedac

Analogous Colors of #acdced

#acdced #acbced #acedde

Monochromatic Colors of #acdced

#acdced

Complementary Color

#acdced #edbdac

#acdced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdced Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdced Color CSS Codes

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

#acdced Text Font Color

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

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


#acdced Background Color

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

This div background color is #acdced


#acdced Border Color

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

This div border color is #acdced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdced


Comments

No comments written yet.

Please login to write comment.