Color Hex Logo

#acd5eb Color Hex

#ACD5EB
(172,213,235)
0 Favorites   0 Comments

Color spaces of #acd5eb

RGB 172213235
HSL0.560.610.80
HSV201°27°92°
CMYK 0.270.090.00   0.08
XYZ55.802962.357387.6923
Yxy62.35730.27110.3029
Hunter Lab78.9666-12.0520-10.5648
CIE-Lab83.1031-8.4943-15.2115

#acd5eb color RGB value is (172,213,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 11101011
Octal 254 325 353
Decimal 172 213 235
Hex AC D5 EB

RGB Percentages of Color #acd5eb

%27.74
%34.35
%37.90

CMYK Percentages of Color #acd5eb

%27
%9
%0
%8

Triadic Colors of #acd5eb

#acd5eb #ebacd5 #d5ebac

Analogous Colors of #acd5eb

#acd5eb #acb6eb #acebe2

Monochromatic Colors of #acd5eb

#acd5eb

Complementary Color

#acd5eb #ebc2ac

#acd5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd5eb Color CSS Codes

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

#acd5eb Text Font Color

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

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


#acd5eb Background Color

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

This div background color is #acd5eb


#acd5eb Border Color

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

This div border color is #acd5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd5eb


Comments

No comments written yet.

Please login to write comment.