Color Hex Logo

#acdaef Color Hex

#ACDAEF
(172,218,239)
0 Favorites   0 Comments

Color spaces of #acdaef

RGB 172218239
HSL0.550.680.81
HSV199°28°94°
CMYK 0.280.090.00   0.06
XYZ57.664665.145591.1964
Yxy65.14550.26950.3044
Hunter Lab80.7128-13.7194-10.4921
CIE-Lab84.5587-10.1633-15.1481

#acdaef color RGB value is (172,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11101111
Octal 254 332 357
Decimal 172 218 239
Hex AC DA EF

RGB Percentages of Color #acdaef

%27.34
%34.66
%38.00

CMYK Percentages of Color #acdaef

%28
%9
%0
%6

Triadic Colors of #acdaef

#acdaef #efacda #daefac

Analogous Colors of #acdaef

#acdaef #acb9ef #acefe3

Monochromatic Colors of #acdaef

#acdaef

Complementary Color

#acdaef #efc1ac

#acdaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaef Color CSS Codes

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

#acdaef Text Font Color

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

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


#acdaef Background Color

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

This div background color is #acdaef


#acdaef Border Color

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

This div border color is #acdaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaef


Comments

No comments written yet.

Please login to write comment.