Color Hex Logo

#acdcea Color Hex

#ACDCEA
(172,220,234)
0 Favorites   0 Comments

Color spaces of #acdcea

RGB 172220234
HSL0.540.600.80
HSV194°26°92°
CMYK 0.260.060.00   0.08
XYZ57.457765.897687.5331
Yxy65.89760.27250.3125
Hunter Lab81.1773-15.7172-7.1080
CIE-Lab84.9442-12.3317-11.9246

#acdcea color RGB value is (172,220,234).

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

The process color (four color CMYK) of #acdcea color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #acdcea is #99ccff. Color #acdcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11101010
Octal 254 334 352
Decimal 172 220 234
Hex AC DC EA

RGB Percentages of Color #acdcea

%27.48
%35.14
%37.38

CMYK Percentages of Color #acdcea

%26
%6
%0
%8

Triadic Colors of #acdcea

#acdcea #eaacdc #dceaac

Analogous Colors of #acdcea

#acdcea #acbdea #acead9

Monochromatic Colors of #acdcea

#acdcea

Complementary Color

#acdcea #eabaac

#acdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcea Color CSS Codes

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

#acdcea Text Font Color

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

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


#acdcea Background Color

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

This div background color is #acdcea


#acdcea Border Color

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

This div border color is #acdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcea


Comments

No comments written yet.

Please login to write comment.