Color Hex Logo

#acbeff Color Hex

#ACBEFF
(172,190,255)
0 Favorites   0 Comments

Color spaces of #acbeff

RGB 172190255
HSL0.631.000.84
HSV227°33°100°
CMYK 0.330.250.00   0.00
XYZ53.476752.8176101.9840
Yxy52.81760.25680.2536
Hunter Lab72.67574.1625-32.3272
CIE-Lab77.76728.6048-34.0158

#acbeff color RGB value is (172,190,255).

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

The process color (four color CMYK) of #acbeff color hex is 0.33, 0.25, 0.00, 0.00. Web safe color of #acbeff is #99ccff. Color #acbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11111111
Octal 254 276 377
Decimal 172 190 255
Hex AC BE FF

RGB Percentages of Color #acbeff

%27.88
%30.79
%41.33

CMYK Percentages of Color #acbeff

%33
%25
%0
%0

Triadic Colors of #acbeff

#acbeff #ffacbe #beffac

Analogous Colors of #acbeff

#acbeff #c4acff #ace8ff

Monochromatic Colors of #acbeff

#acbeff

Complementary Color

#acbeff #ffedac

#acbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeff Color CSS Codes

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

#acbeff Text Font Color

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

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


#acbeff Background Color

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

This div background color is #acbeff


#acbeff Border Color

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

This div border color is #acbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeff

#acbeff Color Palettes


Comments

No comments written yet.

Please login to write comment.