Color Hex Logo

#acbfe5 Color Hex

#ACBFE5
(172,191,229)
0 Favorites   0 Comments

Color spaces of #acbfe5

RGB 172191229
HSL0.610.520.79
HSV220°25°90°
CMYK 0.250.170.00   0.10
XYZ49.786951.689481.4817
Yxy51.68940.27210.2825
Hunter Lab71.8953-2.2071-16.8689
CIE-Lab77.09471.7826-21.0699

#acbfe5 color RGB value is (172,191,229).

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

The process color (four color CMYK) of #acbfe5 color hex is 0.25, 0.17, 0.00, 0.10. Web safe color of #acbfe5 is #99cccc. Color #acbfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11100101
Octal 254 277 345
Decimal 172 191 229
Hex AC BF E5

RGB Percentages of Color #acbfe5

%29.05
%32.26
%38.68

CMYK Percentages of Color #acbfe5

%25
%17
%0
%10

Triadic Colors of #acbfe5

#acbfe5 #e5acbf #bfe5ac

Analogous Colors of #acbfe5

#acbfe5 #b6ace5 #acdce5

Monochromatic Colors of #acbfe5

#acbfe5

Complementary Color

#acbfe5 #e5d2ac

#acbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfe5 Color CSS Codes

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

#acbfe5 Text Font Color

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

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


#acbfe5 Background Color

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

This div background color is #acbfe5


#acbfe5 Border Color

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

This div border color is #acbfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfe5


Comments

No comments written yet.

Please login to write comment.