Color Hex Logo

#acbcef Color Hex

#ACBCEF
(172,188,239)
0 Favorites   0 Comments

Color spaces of #acbcef

RGB 172188239
HSL0.630.680.81
HSV226°28°94°
CMYK 0.280.210.00   0.06
XYZ50.576550.969188.8337
Yxy50.96910.26570.2677
Hunter Lab71.39261.5171-23.7996
CIE-Lab76.66035.7749-27.1236

#acbcef color RGB value is (172,188,239).

#acbcef hex color red value is 172, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #acbcef hue: 0.63 , saturation: 0.68 and the lightness value of acbcef is 0.81.

The process color (four color CMYK) of #acbcef color hex is 0.28, 0.21, 0.00, 0.06. Web safe color of #acbcef is #99ccff. Color #acbcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11101111
Octal 254 274 357
Decimal 172 188 239
Hex AC BC EF

RGB Percentages of Color #acbcef

%28.71
%31.39
%39.90

CMYK Percentages of Color #acbcef

%28
%21
%0
%6

Triadic Colors of #acbcef

#acbcef #efacbc #bcefac

Analogous Colors of #acbcef

#acbcef #beacef #acdeef

Monochromatic Colors of #acbcef

#acbcef

Complementary Color

#acbcef #efdfac

#acbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcef Color CSS Codes

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

#acbcef Text Font Color

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

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


#acbcef Background Color

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

This div background color is #acbcef


#acbcef Border Color

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

This div border color is #acbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcef


Comments

No comments written yet.

Please login to write comment.