Color Hex Logo

#acbdd3 Color Hex

#ACBDD3
(172,189,211)
0 Favorites   0 Comments

Color spaces of #acbdd3

RGB 172189211
HSL0.590.310.75
HSV214°18°83°
CMYK 0.180.100.00   0.17
XYZ46.968749.869068.7782
Yxy49.86900.28360.3011
Hunter Lab70.6180-4.8594-8.3127
CIE-Lab75.9888-1.2035-13.0025

#acbdd3 color RGB value is (172,189,211).

#acbdd3 hex color red value is 172, green value is 189 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #acbdd3 hue: 0.59 , saturation: 0.31 and the lightness value of acbdd3 is 0.75.

The process color (four color CMYK) of #acbdd3 color hex is 0.18, 0.10, 0.00, 0.17. Web safe color of #acbdd3 is #99cccc. Color #acbdd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11010011
Octal 254 275 323
Decimal 172 189 211
Hex AC BD D3

RGB Percentages of Color #acbdd3

%30.07
%33.04
%36.89

CMYK Percentages of Color #acbdd3

%18
%10
%0
%17

Triadic Colors of #acbdd3

#acbdd3 #d3acbd #bdd3ac

Analogous Colors of #acbdd3

#acbdd3 #afacd3 #acd1d3

Monochromatic Colors of #acbdd3

#acbdd3

Complementary Color

#acbdd3 #d3c2ac

#acbdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdd3 Color CSS Codes

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

#acbdd3 Text Font Color

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

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


#acbdd3 Background Color

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

This div background color is #acbdd3


#acbdd3 Border Color

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

This div border color is #acbdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdd3


Comments

No comments written yet.

Please login to write comment.