Color Hex Logo

#acbedd Color Hex

#ACBEDD
(172,190,221)
0 Favorites   0 Comments

Color spaces of #acbedd

RGB 172190221
HSL0.610.420.77
HSV218°22°87°
CMYK 0.220.140.00   0.13
XYZ48.477950.818075.6604
Yxy50.81800.27710.2905
Hunter Lab71.2867-3.3645-13.0269
CIE-Lab76.56860.4866-17.5455

#acbedd color RGB value is (172,190,221).

#acbedd hex color red value is 172, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #acbedd hue: 0.61 , saturation: 0.42 and the lightness value of acbedd is 0.77.

The process color (four color CMYK) of #acbedd color hex is 0.22, 0.14, 0.00, 0.13. Web safe color of #acbedd is #99cccc. Color #acbedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11011101
Octal 254 276 335
Decimal 172 190 221
Hex AC BE DD

RGB Percentages of Color #acbedd

%29.50
%32.59
%37.91

CMYK Percentages of Color #acbedd

%22
%14
%0
%13

Triadic Colors of #acbedd

#acbedd #ddacbe #beddac

Analogous Colors of #acbedd

#acbedd #b3acdd #acd7dd

Monochromatic Colors of #acbedd

#acbedd

Complementary Color

#acbedd #ddcbac

#acbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbedd Color CSS Codes

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

#acbedd Text Font Color

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

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


#acbedd Background Color

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

This div background color is #acbedd


#acbedd Border Color

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

This div border color is #acbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbedd


Comments

No comments written yet.

Please login to write comment.