Color Hex Logo

#acd5da Color Hex

#ACD5DA
(172,213,218)
0 Favorites   0 Comments

Color spaces of #acd5da

RGB 172213218
HSL0.520.380.76
HSV187°21°85°
CMYK 0.210.020.00   0.15
XYZ53.462461.421175.3674
Yxy61.42110.28100.3228
Hunter Lab78.3716-15.3838-2.1571
CIE-Lab82.6046-12.2829-6.9097

#acd5da color RGB value is (172,213,218).

#acd5da hex color red value is 172, green value is 213 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #acd5da hue: 0.52 , saturation: 0.38 and the lightness value of acd5da is 0.76.

The process color (four color CMYK) of #acd5da color hex is 0.21, 0.02, 0.00, 0.15. Web safe color of #acd5da is #99cccc. Color #acd5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 11011010
Octal 254 325 332
Decimal 172 213 218
Hex AC D5 DA

RGB Percentages of Color #acd5da

%28.52
%35.32
%36.15

CMYK Percentages of Color #acd5da

%21
%2
%0
%15

Triadic Colors of #acd5da

#acd5da #daacd5 #d5daac

Analogous Colors of #acd5da

#acd5da #acbeda #acdac8

Monochromatic Colors of #acd5da

#acd5da

Complementary Color

#acd5da #dab1ac

#acd5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd5da Color CSS Codes

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

#acd5da Text Font Color

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

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


#acd5da Background Color

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

This div background color is #acd5da


#acd5da Border Color

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

This div border color is #acd5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd5da


Comments

No comments written yet.

Please login to write comment.