Color Hex Logo

#a4bbec Color Hex

#A4BBEC
(164,187,236)
0 Favorites   0 Comments

Color spaces of #a4bbec

RGB 164187236
HSL0.610.650.78
HSV221°31°93°
CMYK 0.310.210.00   0.07
XYZ48.220549.489386.3678
Yxy49.48930.26200.2689
Hunter Lab70.3486-0.7572-23.5470
CIE-Lab75.75473.2865-26.9395

#a4bbec color RGB value is (164,187,236).

#a4bbec hex color red value is 164, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a4bbec hue: 0.61 , saturation: 0.65 and the lightness value of a4bbec is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111011 11101100
Octal 244 273 354
Decimal 164 187 236
Hex A4 BB EC

RGB Percentages of Color #a4bbec

%27.94
%31.86
%40.20

CMYK Percentages of Color #a4bbec

%31
%21
%0
%7

Triadic Colors of #a4bbec

#a4bbec #eca4bb #bbeca4

Analogous Colors of #a4bbec

#a4bbec #b1a4ec #a4dfec

Monochromatic Colors of #a4bbec

#a4bbec

Complementary Color

#a4bbec #ecd5a4

#a4bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bbec Color CSS Codes

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

#a4bbec Text Font Color

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

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


#a4bbec Background Color

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

This div background color is #a4bbec


#a4bbec Border Color

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

This div border color is #a4bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bbec


Comments

No comments written yet.

Please login to write comment.