Color Hex Logo

#a4cafb Color Hex

#A4CAFB
(164,202,251)
0 Favorites   0 Comments

Color spaces of #a4cafb

RGB 164202251
HSL0.590.920.81
HSV214°35°98°
CMYK 0.350.200.00   0.02
XYZ53.843057.098699.4501
Yxy57.09860.25590.2714
Hunter Lab75.5636-5.0458-25.1377
CIE-Lab80.2350-1.0921-28.1267

#a4cafb color RGB value is (164,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001010 11111011
Octal 244 312 373
Decimal 164 202 251
Hex A4 CA FB

RGB Percentages of Color #a4cafb

%26.58
%32.74
%40.68

CMYK Percentages of Color #a4cafb

%35
%20
%0
%2

Triadic Colors of #a4cafb

#a4cafb #fba4ca #cafba4

Analogous Colors of #a4cafb

#a4cafb #aaa4fb #a4f6fb

Monochromatic Colors of #a4cafb

#a4cafb

Complementary Color

#a4cafb #fbd5a4

#a4cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cafb Color CSS Codes

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

#a4cafb Text Font Color

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

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


#a4cafb Background Color

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

This div background color is #a4cafb


#a4cafb Border Color

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

This div border color is #a4cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cafb

Related Colors


Comments

No comments written yet.

Please login to write comment.