Color Hex Logo

#acbfdb Color Hex

#ACBFDB
(172,191,219)
0 Favorites   0 Comments

Color spaces of #acbfdb

RGB 172191219
HSL0.600.390.77
HSV216°21°86°
CMYK 0.210.130.00   0.14
XYZ48.430251.146774.3376
Yxy51.14670.27850.2941
Hunter Lab71.5169-4.2771-11.5666
CIE-Lab76.7678-0.5029-16.1637

#acbfdb color RGB value is (172,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11011011
Octal 254 277 333
Decimal 172 191 219
Hex AC BF DB

RGB Percentages of Color #acbfdb

%29.55
%32.82
%37.63

CMYK Percentages of Color #acbfdb

%21
%13
%0
%14

Triadic Colors of #acbfdb

#acbfdb #dbacbf #bfdbac

Analogous Colors of #acbfdb

#acbfdb #b1acdb #acd7db

Monochromatic Colors of #acbfdb

#acbfdb

Complementary Color

#acbfdb #dbc8ac

#acbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfdb Color CSS Codes

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

#acbfdb Text Font Color

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

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


#acbfdb Background Color

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

This div background color is #acbfdb


#acbfdb Border Color

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

This div border color is #acbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfdb


Comments

No comments written yet.

Please login to write comment.