Color Hex Logo

#acdaee Color Hex

#ACDAEE
(172,218,238)
0 Favorites   0 Comments

Color spaces of #acdaee

RGB 172218238
HSL0.550.660.80
HSV198°28°93°
CMYK 0.280.080.00   0.07
XYZ57.517365.086590.4204
Yxy65.08650.27000.3055
Hunter Lab80.6762-13.9236-9.9778
CIE-Lab84.5283-10.3931-14.6642

#acdaee color RGB value is (172,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11101110
Octal 254 332 356
Decimal 172 218 238
Hex AC DA EE

RGB Percentages of Color #acdaee

%27.39
%34.71
%37.90

CMYK Percentages of Color #acdaee

%28
%8
%0
%7

Triadic Colors of #acdaee

#acdaee #eeacda #daeeac

Analogous Colors of #acdaee

#acdaee #acb9ee #aceee1

Monochromatic Colors of #acdaee

#acdaee

Complementary Color

#acdaee #eec0ac

#acdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaee Color CSS Codes

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

#acdaee Text Font Color

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

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


#acdaee Background Color

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

This div background color is #acdaee


#acdaee Border Color

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

This div border color is #acdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaee


Comments

No comments written yet.

Please login to write comment.