Color Hex Logo

#acbfe2 Color Hex

#ACBFE2
(172,191,226)
0 Favorites   0 Comments

Color spaces of #acbfe2

RGB 172191226
HSL0.610.480.78
HSV219°24°89°
CMYK 0.240.150.00   0.11
XYZ49.371551.523279.2943
Yxy51.52320.27400.2859
Hunter Lab71.7797-2.8385-15.2513
CIE-Lab76.99491.0891-19.6025

#acbfe2 color RGB value is (172,191,226).

#acbfe2 hex color red value is 172, green value is 191 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #acbfe2 hue: 0.61 , saturation: 0.48 and the lightness value of acbfe2 is 0.78.

The process color (four color CMYK) of #acbfe2 color hex is 0.24, 0.15, 0.00, 0.11. Web safe color of #acbfe2 is #99cccc. Color #acbfe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11100010
Octal 254 277 342
Decimal 172 191 226
Hex AC BF E2

RGB Percentages of Color #acbfe2

%29.20
%32.43
%38.37

CMYK Percentages of Color #acbfe2

%24
%15
%0
%11

Triadic Colors of #acbfe2

#acbfe2 #e2acbf #bfe2ac

Analogous Colors of #acbfe2

#acbfe2 #b4ace2 #acdae2

Monochromatic Colors of #acbfe2

#acbfe2

Complementary Color

#acbfe2 #e2cfac

#acbfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfe2 Color CSS Codes

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

#acbfe2 Text Font Color

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

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


#acbfe2 Background Color

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

This div background color is #acbfe2


#acbfe2 Border Color

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

This div border color is #acbfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfe2


Comments

No comments written yet.

Please login to write comment.