Color Hex Logo

#acd5e6 Color Hex

#ACD5E6
(172,213,230)
0 Favorites   0 Comments

Color spaces of #acd5e6

RGB 172213230
HSL0.550.540.79
HSV198°25°90°
CMYK 0.250.070.00   0.10
XYZ55.090462.072383.9405
Yxy62.07230.27390.3087
Hunter Lab78.7860-13.0609-8.0188
CIE-Lab82.9519-9.6320-12.7798

#acd5e6 color RGB value is (172,213,230).

#acd5e6 hex color red value is 172, green value is 213 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #acd5e6 hue: 0.55 , saturation: 0.54 and the lightness value of acd5e6 is 0.79.

The process color (four color CMYK) of #acd5e6 color hex is 0.25, 0.07, 0.00, 0.10. Web safe color of #acd5e6 is #99ccff. Color #acd5e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 11100110
Octal 254 325 346
Decimal 172 213 230
Hex AC D5 E6

RGB Percentages of Color #acd5e6

%27.97
%34.63
%37.40

CMYK Percentages of Color #acd5e6

%25
%7
%0
%10

Triadic Colors of #acd5e6

#acd5e6 #e6acd5 #d5e6ac

Analogous Colors of #acd5e6

#acd5e6 #acb8e6 #ace6da

Monochromatic Colors of #acd5e6

#acd5e6

Complementary Color

#acd5e6 #e6bdac

#acd5e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd5e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd5e6 Color CSS Codes

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

#acd5e6 Text Font Color

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

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


#acd5e6 Background Color

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

This div background color is #acd5e6


#acd5e6 Border Color

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

This div border color is #acd5e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd5e6


Comments

No comments written yet.

Please login to write comment.