Color Hex Logo

#acb2ef Color Hex

#ACB2EF
(172,178,239)
0 Favorites   0 Comments

Color spaces of #acb2ef

RGB 172178239
HSL0.650.680.81
HSV235°28°94°
CMYK 0.280.260.00   0.06
XYZ48.513646.843488.1461
Yxy46.84340.26440.2553
Hunter Lab68.44226.7514-28.4495
CIE-Lab74.089511.2706-31.0726

#acb2ef color RGB value is (172,178,239).

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

The process color (four color CMYK) of #acb2ef color hex is 0.28, 0.26, 0.00, 0.06. Web safe color of #acb2ef is #9999ff. Color #acb2ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11101111
Octal 254 262 357
Decimal 172 178 239
Hex AC B2 EF

RGB Percentages of Color #acb2ef

%29.20
%30.22
%40.58

CMYK Percentages of Color #acb2ef

%28
%26
%0
%6

Triadic Colors of #acb2ef

#acb2ef #efacb2 #b2efac

Analogous Colors of #acb2ef

#acb2ef #c8acef #acd4ef

Monochromatic Colors of #acb2ef

#acb2ef

Complementary Color

#acb2ef #efe9ac

#acb2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2ef Color CSS Codes

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

#acb2ef Text Font Color

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

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


#acb2ef Background Color

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

This div background color is #acb2ef


#acb2ef Border Color

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

This div border color is #acb2ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,178,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 #acb2ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2ef


Comments

No comments written yet.

Please login to write comment.