Color Hex Logo

#acdcef Color Hex

#ACDCEF
(172,220,239)
0 Favorites   0 Comments

Color spaces of #acdcef

RGB 172220239
HSL0.550.680.81
HSV197°28°94°
CMYK 0.280.080.00   0.06
XYZ58.186466.189191.3704
Yxy66.18910.26970.3068
Hunter Lab81.3567-14.7108-9.6380
CIE-Lab85.0928-11.1926-14.3470

#acdcef color RGB value is (172,220,239).

#acdcef hex color red value is 172, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #acdcef hue: 0.55 , saturation: 0.68 and the lightness value of acdcef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11101111
Octal 254 334 357
Decimal 172 220 239
Hex AC DC EF

RGB Percentages of Color #acdcef

%27.26
%34.87
%37.88

CMYK Percentages of Color #acdcef

%28
%8
%0
%6

Triadic Colors of #acdcef

#acdcef #efacdc #dcefac

Analogous Colors of #acdcef

#acdcef #acbbef #acefe1

Monochromatic Colors of #acdcef

#acdcef

Complementary Color

#acdcef #efbfac

#acdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcef Color CSS Codes

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

#acdcef Text Font Color

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

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


#acdcef Background Color

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

This div background color is #acdcef


#acdcef Border Color

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

This div border color is #acdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcef


Comments

No comments written yet.

Please login to write comment.