Color Hex Logo

#acd1ee Color Hex

#ACD1EE
(172,209,238)
0 Favorites   0 Comments

Color spaces of #acd1ee

RGB 172209238
HSL0.570.660.80
HSV206°28°93°
CMYK 0.280.120.00   0.07
XYZ55.246360.544689.6634
Yxy60.54460.26890.2947
Hunter Lab77.8104-9.4311-13.8545
CIE-Lab82.1333-5.7110-18.2674

#acd1ee color RGB value is (172,209,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 11101110
Octal 254 321 356
Decimal 172 209 238
Hex AC D1 EE

RGB Percentages of Color #acd1ee

%27.79
%33.76
%38.45

CMYK Percentages of Color #acd1ee

%28
%12
%0
%7

Triadic Colors of #acd1ee

#acd1ee #eeacd1 #d1eeac

Analogous Colors of #acd1ee

#acd1ee #acb0ee #aceeea

Monochromatic Colors of #acd1ee

#acd1ee

Complementary Color

#acd1ee #eec9ac

#acd1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd1ee Color CSS Codes

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

#acd1ee Text Font Color

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

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


#acd1ee Background Color

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

This div background color is #acd1ee


#acd1ee Border Color

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

This div border color is #acd1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd1ee


Comments

No comments written yet.

Please login to write comment.