Color Hex Logo

#a4c1fb Color Hex

#A4C1FB
(164,193,251)
1 Favorites   0 Comments

Color spaces of #a4c1fb

RGB 164193251
HSL0.610.920.81
HSV220°35°98°
CMYK 0.350.230.00   0.02
XYZ51.792452.997598.7666
Yxy52.99750.25440.2604
Hunter Lab72.7994-0.4069-29.4789
CIE-Lab77.87353.7666-31.7527

#a4c1fb color RGB value is (164,193,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000001 11111011
Octal 244 301 373
Decimal 164 193 251
Hex A4 C1 FB

RGB Percentages of Color #a4c1fb

%26.97
%31.74
%41.28

CMYK Percentages of Color #a4c1fb

%35
%23
%0
%2

Triadic Colors of #a4c1fb

#a4c1fb #fba4c1 #c1fba4

Analogous Colors of #a4c1fb

#a4c1fb #b3a4fb #a4edfb

Monochromatic Colors of #a4c1fb

#a4c1fb

Complementary Color

#a4c1fb #fbdea4

#a4c1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c1fb Color CSS Codes

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

#a4c1fb Text Font Color

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

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


#a4c1fb Background Color

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

This div background color is #a4c1fb


#a4c1fb Border Color

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

This div border color is #a4c1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.