Color Hex Logo

#a4bcfb Color Hex

#A4BCFB
(164,188,251)
0 Favorites   0 Comments

Color spaces of #a4bcfb

RGB 164188251
HSL0.620.920.81
HSV223°35°98°
CMYK 0.350.250.00   0.02
XYZ50.705650.824098.4043
Yxy50.82400.25360.2542
Hunter Lab71.29102.1987-31.9355
CIE-Lab76.57236.4987-33.7592

#a4bcfb color RGB value is (164,188,251).

#a4bcfb hex color red value is 164, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a4bcfb hue: 0.62 , saturation: 0.92 and the lightness value of a4bcfb is 0.81.

The process color (four color CMYK) of #a4bcfb color hex is 0.35, 0.25, 0.00, 0.02. Web safe color of #a4bcfb is #99ccff. Color #a4bcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11111011
Octal 244 274 373
Decimal 164 188 251
Hex A4 BC FB

RGB Percentages of Color #a4bcfb

%27.20
%31.18
%41.63

CMYK Percentages of Color #a4bcfb

%35
%25
%0
%2

Triadic Colors of #a4bcfb

#a4bcfb #fba4bc #bcfba4

Analogous Colors of #a4bcfb

#a4bcfb #b8a4fb #a4e8fb

Monochromatic Colors of #a4bcfb

#a4bcfb

Complementary Color

#a4bcfb #fbe3a4

#a4bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcfb Color CSS Codes

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

#a4bcfb Text Font Color

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

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


#a4bcfb Background Color

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

This div background color is #a4bcfb


#a4bcfb Border Color

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

This div border color is #a4bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcfb


Comments

No comments written yet.

Please login to write comment.