Color Hex Logo

#acbed9 Color Hex

#ACBED9
(172,190,217)
0 Favorites   0 Comments

Color spaces of #acbed9

RGB 172190217
HSL0.600.370.76
HSV216°21°85°
CMYK 0.210.120.00   0.15
XYZ47.951150.607372.8865
Yxy50.60730.27970.2952
Hunter Lab71.1388-4.1750-10.9494
CIE-Lab76.4405-0.4136-15.5745

#acbed9 color RGB value is (172,190,217).

#acbed9 hex color red value is 172, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #acbed9 hue: 0.60 , saturation: 0.37 and the lightness value of acbed9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11011001
Octal 254 276 331
Decimal 172 190 217
Hex AC BE D9

RGB Percentages of Color #acbed9

%29.71
%32.82
%37.48

CMYK Percentages of Color #acbed9

%21
%12
%0
%15

Triadic Colors of #acbed9

#acbed9 #d9acbe #bed9ac

Analogous Colors of #acbed9

#acbed9 #b1acd9 #acd5d9

Monochromatic Colors of #acbed9

#acbed9

Complementary Color

#acbed9 #d9c7ac

#acbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbed9 Color CSS Codes

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

#acbed9 Text Font Color

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

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


#acbed9 Background Color

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

This div background color is #acbed9


#acbed9 Border Color

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

This div border color is #acbed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbed9


Comments

No comments written yet.

Please login to write comment.