Color Hex Logo

#a3ebea Color Hex

#A3EBEA
(163,235,234)
0 Favorites   0 Comments

Color spaces of #a3ebea

RGB 163235234
HSL0.500.640.78
HSV179°31°92°
CMYK 0.310.000.00   0.08
XYZ59.663973.143788.8154
Yxy73.14370.26920.3300
Hunter Lab85.5241-25.1408-1.7049
CIE-Lab88.5162-22.3853-6.6696

#a3ebea color RGB value is (163,235,234).

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

The process color (four color CMYK) of #a3ebea color hex is 0.31, 0.00, 0.00, 0.08. Web safe color of #a3ebea is #99ffff. Color #a3ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101011 11101010
Octal 243 353 352
Decimal 163 235 234
Hex A3 EB EA

RGB Percentages of Color #a3ebea

%25.79
%37.18
%37.03

CMYK Percentages of Color #a3ebea

%31
%0
%0
%8

Triadic Colors of #a3ebea

#a3ebea #eaa3eb #ebeaa3

Analogous Colors of #a3ebea

#a3ebea #a3c8eb #a3ebc6

Monochromatic Colors of #a3ebea

#a3ebea

Complementary Color

#a3ebea #eba3a4

#a3ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ebea Color CSS Codes

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

#a3ebea Text Font Color

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

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


#a3ebea Background Color

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

This div background color is #a3ebea


#a3ebea Border Color

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

This div border color is #a3ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ebea


Comments

No comments written yet.

Please login to write comment.