Color Hex Logo

#acafeb Color Hex

#ACAFEB
(172,175,235)
0 Favorites   0 Comments

Color spaces of #acafeb

RGB 172175235
HSL0.660.610.80
HSV237°27°92°
CMYK 0.270.260.00   0.08
XYZ47.338645.428884.8709
Yxy45.42880.26650.2557
Hunter Lab67.40097.4168-27.4771
CIE-Lab73.173311.9670-30.3143

#acafeb color RGB value is (172,175,235).

#acafeb hex color red value is 172, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acafeb hue: 0.66 , saturation: 0.61 and the lightness value of acafeb is 0.80.

The process color (four color CMYK) of #acafeb color hex is 0.27, 0.26, 0.00, 0.08. Web safe color of #acafeb is #9999ff. Color #acafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11101011
Octal 254 257 353
Decimal 172 175 235
Hex AC AF EB

RGB Percentages of Color #acafeb

%29.55
%30.07
%40.38

CMYK Percentages of Color #acafeb

%27
%26
%0
%8

Triadic Colors of #acafeb

#acafeb #ebacaf #afebac

Analogous Colors of #acafeb

#acafeb #c9aceb #accfeb

Monochromatic Colors of #acafeb

#acafeb

Complementary Color

#acafeb #ebe8ac

#acafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafeb Color CSS Codes

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

#acafeb Text Font Color

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

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


#acafeb Background Color

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

This div background color is #acafeb


#acafeb Border Color

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

This div border color is #acafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafeb


Comments

No comments written yet.

Please login to write comment.