Color Hex Logo

#acbbed Color Hex

#ACBBED
(172,187,237)
0 Favorites   0 Comments

Color spaces of #acbbed

RGB 172187237
HSL0.630.640.80
HSV226°27°93°
CMYK 0.270.210.00   0.07
XYZ50.069650.425787.2149
Yxy50.42570.26670.2686
Hunter Lab71.01111.5903-23.1115
CIE-Lab76.32985.8412-26.5513

#acbbed color RGB value is (172,187,237).

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

The process color (four color CMYK) of #acbbed color hex is 0.27, 0.21, 0.00, 0.07. Web safe color of #acbbed is #99ccff. Color #acbbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11101101
Octal 254 273 355
Decimal 172 187 237
Hex AC BB ED

RGB Percentages of Color #acbbed

%28.86
%31.38
%39.77

CMYK Percentages of Color #acbbed

%27
%21
%0
%7

Triadic Colors of #acbbed

#acbbed #edacbb #bbedac

Analogous Colors of #acbbed

#acbbed #beaced #acdced

Monochromatic Colors of #acbbed

#acbbed

Complementary Color

#acbbed #eddeac

#acbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbed Color CSS Codes

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

#acbbed Text Font Color

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

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


#acbbed Background Color

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

This div background color is #acbbed


#acbbed Border Color

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

This div border color is #acbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbed


Comments

No comments written yet.

Please login to write comment.