Color Hex Logo

#acbfdc Color Hex

#ACBFDC
(172,191,220)
0 Favorites   0 Comments

Color spaces of #acbfdc

RGB 172191220
HSL0.600.410.77
HSV216°22°86°
CMYK 0.220.130.00   0.14
XYZ48.562351.199675.0331
Yxy51.19960.27780.2929
Hunter Lab71.5539-4.0747-12.0852
CIE-Lab76.7998-0.2780-16.6561

#acbfdc color RGB value is (172,191,220).

#acbfdc hex color red value is 172, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #acbfdc hue: 0.60 , saturation: 0.41 and the lightness value of acbfdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11011100
Octal 254 277 334
Decimal 172 191 220
Hex AC BF DC

RGB Percentages of Color #acbfdc

%29.50
%32.76
%37.74

CMYK Percentages of Color #acbfdc

%22
%13
%0
%14

Triadic Colors of #acbfdc

#acbfdc #dcacbf #bfdcac

Analogous Colors of #acbfdc

#acbfdc #b1acdc #acd7dc

Monochromatic Colors of #acbfdc

#acbfdc

Complementary Color

#acbfdc #dcc9ac

#acbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfdc Color CSS Codes

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

#acbfdc Text Font Color

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

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


#acbfdc Background Color

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

This div background color is #acbfdc


#acbfdc Border Color

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

This div border color is #acbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfdc


Comments

No comments written yet.

Please login to write comment.