Color Hex Logo

#acdaea Color Hex

#ACDAEA
(172,218,234)
0 Favorites   0 Comments

Color spaces of #acdaea

RGB 172218234
HSL0.540.600.80
HSV195°26°92°
CMYK 0.260.070.00   0.08
XYZ56.935964.854087.3591
Yxy64.85400.27220.3101
Hunter Lab80.5320-14.7319-7.9439
CIE-Lab84.4084-11.3063-12.7249

#acdaea color RGB value is (172,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11101010
Octal 254 332 352
Decimal 172 218 234
Hex AC DA EA

RGB Percentages of Color #acdaea

%27.56
%34.94
%37.50

CMYK Percentages of Color #acdaea

%26
%7
%0
%8

Triadic Colors of #acdaea

#acdaea #eaacda #daeaac

Analogous Colors of #acdaea

#acdaea #acbbea #aceadb

Monochromatic Colors of #acdaea

#acdaea

Complementary Color

#acdaea #eabcac

#acdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaea Color CSS Codes

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

#acdaea Text Font Color

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

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


#acdaea Background Color

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

This div background color is #acdaea


#acdaea Border Color

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

This div border color is #acdaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,218,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 #acdaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaea


Comments

No comments written yet.

Please login to write comment.