Color Hex Logo

#acbeda Color Hex

#ACBEDA
(172,190,218)
0 Favorites   0 Comments

Color spaces of #acbeda

RGB 172190218
HSL0.600.380.76
HSV217°21°85°
CMYK 0.210.130.00   0.15
XYZ48.081650.659573.5738
Yxy50.65950.27900.2940
Hunter Lab71.1755-3.9739-11.4650
CIE-Lab76.4723-0.1898-16.0679

#acbeda color RGB value is (172,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11011010
Octal 254 276 332
Decimal 172 190 218
Hex AC BE DA

RGB Percentages of Color #acbeda

%29.66
%32.76
%37.59

CMYK Percentages of Color #acbeda

%21
%13
%0
%15

Triadic Colors of #acbeda

#acbeda #daacbe #bedaac

Analogous Colors of #acbeda

#acbeda #b1acda #acd5da

Monochromatic Colors of #acbeda

#acbeda

Complementary Color

#acbeda #dac8ac

#acbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeda Color CSS Codes

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

#acbeda Text Font Color

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

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


#acbeda Background Color

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

This div background color is #acbeda


#acbeda Border Color

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

This div border color is #acbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeda


Comments

No comments written yet.

Please login to write comment.