Color Hex Logo

#a3ebee Color Hex

#A3EBEE
(163,235,238)
0 Favorites   0 Comments

Color spaces of #a3ebee

RGB 163235238
HSL0.510.690.79
HSV182°32°93°
CMYK 0.320.010.00   0.07
XYZ60.245273.376291.8767
Yxy73.37620.26720.3254
Hunter Lab85.6599-24.3646-3.6311
CIE-Lab88.6268-21.4762-8.6016

#a3ebee color RGB value is (163,235,238).

#a3ebee hex color red value is 163, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a3ebee hue: 0.51 , saturation: 0.69 and the lightness value of a3ebee is 0.79.

The process color (four color CMYK) of #a3ebee color hex is 0.32, 0.01, 0.00, 0.07. Web safe color of #a3ebee is #99ffff. Color #a3ebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101011 11101110
Octal 243 353 356
Decimal 163 235 238
Hex A3 EB EE

RGB Percentages of Color #a3ebee

%25.63
%36.95
%37.42

CMYK Percentages of Color #a3ebee

%32
%1
%0
%7

Triadic Colors of #a3ebee

#a3ebee #eea3eb #ebeea3

Analogous Colors of #a3ebee

#a3ebee #a3c6ee #a3eecc

Monochromatic Colors of #a3ebee

#a3ebee

Complementary Color

#a3ebee #eea6a3

#a3ebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ebee Color CSS Codes

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

#a3ebee Text Font Color

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

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


#a3ebee Background Color

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

This div background color is #a3ebee


#a3ebee Border Color

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

This div border color is #a3ebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ebee


Comments

No comments written yet.

Please login to write comment.