Color Hex Logo

#acbef6 Color Hex

#ACBEF6
(172,190,246)
0 Favorites   0 Comments

Color spaces of #acbef6

RGB 172190246
HSL0.630.800.82
HSV225°30°96°
CMYK 0.300.230.00   0.04
XYZ52.061352.251494.5304
Yxy52.25140.26180.2628
Hunter Lab72.28512.0605-26.9365
CIE-Lab77.43096.3799-29.7073

#acbef6 color RGB value is (172,190,246).

#acbef6 hex color red value is 172, green value is 190 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #acbef6 hue: 0.63 , saturation: 0.80 and the lightness value of acbef6 is 0.82.

The process color (four color CMYK) of #acbef6 color hex is 0.30, 0.23, 0.00, 0.04. Web safe color of #acbef6 is #99ccff. Color #acbef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11110110
Octal 254 276 366
Decimal 172 190 246
Hex AC BE F6

RGB Percentages of Color #acbef6

%28.29
%31.25
%40.46

CMYK Percentages of Color #acbef6

%30
%23
%0
%4

Triadic Colors of #acbef6

#acbef6 #f6acbe #bef6ac

Analogous Colors of #acbef6

#acbef6 #bfacf6 #ace3f6

Monochromatic Colors of #acbef6

#acbef6

Complementary Color

#acbef6 #f6e4ac

#acbef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbef6 Color CSS Codes

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

#acbef6 Text Font Color

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

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


#acbef6 Background Color

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

This div background color is #acbef6


#acbef6 Border Color

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

This div border color is #acbef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbef6


Comments

No comments written yet.

Please login to write comment.