Color Hex Logo

#acddeb Color Hex

#ACDDEB
(172,221,235)
0 Favorites   0 Comments

Color spaces of #acddeb

RGB 172221235
HSL0.540.610.80
HSV193°27°92°
CMYK 0.270.060.00   0.08
XYZ57.865166.481788.3797
Yxy66.48170.27200.3125
Hunter Lab81.5363-16.0098-7.1908
CIE-Lab85.2415-12.6167-12.0095

#acddeb color RGB value is (172,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11101011
Octal 254 335 353
Decimal 172 221 235
Hex AC DD EB

RGB Percentages of Color #acddeb

%27.39
%35.19
%37.42

CMYK Percentages of Color #acddeb

%27
%6
%0
%8

Triadic Colors of #acddeb

#acddeb #ebacdd #ddebac

Analogous Colors of #acddeb

#acddeb #acbeeb #acebda

Monochromatic Colors of #acddeb

#acddeb

Complementary Color

#acddeb #ebbaac

#acddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddeb Color CSS Codes

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

#acddeb Text Font Color

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

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


#acddeb Background Color

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

This div background color is #acddeb


#acddeb Border Color

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

This div border color is #acddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddeb


Comments

No comments written yet.

Please login to write comment.