Color Hex Logo

#a3c8ea Color Hex

#A3C8EA
(163,200,234)
0 Favorites   0 Comments

Color spaces of #a3c8ea

RGB 163200234
HSL0.580.630.78
HSV209°30°92°
CMYK 0.300.150.00   0.08
XYZ50.609855.035685.7974
Yxy55.03560.26440.2875
Hunter Lab74.1860-8.0525-16.6397
CIE-Lab79.0618-4.4874-20.8292

#a3c8ea color RGB value is (163,200,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001000 11101010
Octal 243 310 352
Decimal 163 200 234
Hex A3 C8 EA

RGB Percentages of Color #a3c8ea

%27.30
%33.50
%39.20

CMYK Percentages of Color #a3c8ea

%30
%15
%0
%8

Triadic Colors of #a3c8ea

#a3c8ea #eaa3c8 #c8eaa3

Analogous Colors of #a3c8ea

#a3c8ea #a3a5ea #a3eae9

Monochromatic Colors of #a3c8ea

#a3c8ea

Complementary Color

#a3c8ea #eac5a3

#a3c8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c8ea Color CSS Codes

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

#a3c8ea Text Font Color

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

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


#a3c8ea Background Color

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

This div background color is #a3c8ea


#a3c8ea Border Color

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

This div border color is #a3c8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c8ea


Comments

No comments written yet.

Please login to write comment.