Color Hex Logo

#a3caea Color Hex

#A3CAEA
(163,202,234)
0 Favorites   0 Comments

Color spaces of #a3caea

RGB 163202234
HSL0.580.630.78
HSV207°30°92°
CMYK 0.300.140.00   0.08
XYZ51.076155.968185.9528
Yxy55.96810.26460.2900
Hunter Lab74.8118-9.0538-15.7512
CIE-Lab79.5957-5.5479-20.0202

#a3caea color RGB value is (163,202,234).

#a3caea hex color red value is 163, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a3caea hue: 0.58 , saturation: 0.63 and the lightness value of a3caea is 0.78.

The process color (four color CMYK) of #a3caea color hex is 0.30, 0.14, 0.00, 0.08. Web safe color of #a3caea is #99ccff. Color #a3caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001010 11101010
Octal 243 312 352
Decimal 163 202 234
Hex A3 CA EA

RGB Percentages of Color #a3caea

%27.21
%33.72
%39.07

CMYK Percentages of Color #a3caea

%30
%14
%0
%8

Triadic Colors of #a3caea

#a3caea #eaa3ca #caeaa3

Analogous Colors of #a3caea

#a3caea #a3a7ea #a3eae7

Monochromatic Colors of #a3caea

#a3caea

Complementary Color

#a3caea #eac3a3

#a3caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3caea Color CSS Codes

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

#a3caea Text Font Color

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

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


#a3caea Background Color

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

This div background color is #a3caea


#a3caea Border Color

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

This div border color is #a3caea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,202,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3caea


Comments

No comments written yet.

Please login to write comment.