Color Hex Logo

#acdaeb Color Hex

#ACDAEB
(172,218,235)
0 Favorites   0 Comments

Color spaces of #acdaeb

RGB 172218235
HSL0.540.610.80
HSV196°27°92°
CMYK 0.270.070.00   0.08
XYZ57.080164.911688.1180
Yxy64.91160.27170.3089
Hunter Lab80.5677-14.5310-8.4488
CIE-Lab84.4382-11.0789-13.2103

#acdaeb color RGB value is (172,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11101011
Octal 254 332 353
Decimal 172 218 235
Hex AC DA EB

RGB Percentages of Color #acdaeb

%27.52
%34.88
%37.60

CMYK Percentages of Color #acdaeb

%27
%7
%0
%8

Triadic Colors of #acdaeb

#acdaeb #ebacda #daebac

Analogous Colors of #acdaeb

#acdaeb #acbbeb #acebdd

Monochromatic Colors of #acdaeb

#acdaeb

Complementary Color

#acdaeb #ebbdac

#acdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaeb Color CSS Codes

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

#acdaeb Text Font Color

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

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


#acdaeb Background Color

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

This div background color is #acdaeb


#acdaeb Border Color

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

This div border color is #acdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaeb


Comments

No comments written yet.

Please login to write comment.