Color Hex Logo

#acbfe1 Color Hex

#ACBFE1
(172,191,225)
0 Favorites   0 Comments

Color spaces of #acbfe1

RGB 172191225
HSL0.610.470.78
HSV218°24°88°
CMYK 0.240.150.00   0.12
XYZ49.234751.468578.5736
Yxy51.46850.27460.2871
Hunter Lab71.7416-3.0470-14.7172
CIE-Lab76.96190.8594-19.1124

#acbfe1 color RGB value is (172,191,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11100001
Octal 254 277 341
Decimal 172 191 225
Hex AC BF E1

RGB Percentages of Color #acbfe1

%29.25
%32.48
%38.27

CMYK Percentages of Color #acbfe1

%24
%15
%0
%12

Triadic Colors of #acbfe1

#acbfe1 #e1acbf #bfe1ac

Analogous Colors of #acbfe1

#acbfe1 #b4ace1 #acdae1

Monochromatic Colors of #acbfe1

#acbfe1

Complementary Color

#acbfe1 #e1ceac

#acbfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfe1 Color CSS Codes

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

#acbfe1 Text Font Color

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

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


#acbfe1 Background Color

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

This div background color is #acbfe1


#acbfe1 Border Color

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

This div border color is #acbfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfe1


Comments

No comments written yet.

Please login to write comment.