Color Hex Logo

#acdeef Color Hex

#ACDEEF
(172,222,239)
0 Favorites   0 Comments

Color spaces of #acdeef

RGB 172222239
HSL0.540.680.81
HSV195°28°94°
CMYK 0.280.070.00   0.06
XYZ58.714567.245291.5464
Yxy67.24520.26990.3092
Hunter Lab82.0032-15.6990-8.7877
CIE-Lab85.6276-12.2174-13.5459

#acdeef color RGB value is (172,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11101111
Octal 254 336 357
Decimal 172 222 239
Hex AC DE EF

RGB Percentages of Color #acdeef

%27.17
%35.07
%37.76

CMYK Percentages of Color #acdeef

%28
%7
%0
%6

Triadic Colors of #acdeef

#acdeef #efacde #deefac

Analogous Colors of #acdeef

#acdeef #acbdef #acefdf

Monochromatic Colors of #acdeef

#acdeef

Complementary Color

#acdeef #efbdac

#acdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeef Color CSS Codes

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

#acdeef Text Font Color

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

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


#acdeef Background Color

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

This div background color is #acdeef


#acdeef Border Color

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

This div border color is #acdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeef

#acdeef Color Palettes


Comments

No comments written yet.

Please login to write comment.