Color Hex Logo

#a4faeb Color Hex

#A4FAEB
(164,250,235)
0 Favorites   0 Comments

Color spaces of #a4faeb

RGB 164250235
HSL0.470.900.81
HSV170°34°98°
CMYK 0.340.000.06   0.02
XYZ64.490882.261991.0764
Yxy82.26190.27120.3459
Hunter Lab90.6983-31.80023.9517
CIE-Lab92.6903-29.1302-1.0453

#a4faeb color RGB value is (164,250,235).

#a4faeb hex color red value is 164, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a4faeb hue: 0.47 , saturation: 0.90 and the lightness value of a4faeb is 0.81.

The process color (four color CMYK) of #a4faeb color hex is 0.34, 0.00, 0.06, 0.02. Web safe color of #a4faeb is #99ffff. Color #a4faeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111010 11101011
Octal 244 372 353
Decimal 164 250 235
Hex A4 FA EB

RGB Percentages of Color #a4faeb

%25.27
%38.52
%36.21

CMYK Percentages of Color #a4faeb

%34
%0
%6
%2

Triadic Colors of #a4faeb

#a4faeb #eba4fa #faeba4

Analogous Colors of #a4faeb

#a4faeb #a4defa #a4fac0

Monochromatic Colors of #a4faeb

#a4faeb

Complementary Color

#a4faeb #faa4b3

#a4faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4faeb Color CSS Codes

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

#a4faeb Text Font Color

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

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


#a4faeb Background Color

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

This div background color is #a4faeb


#a4faeb Border Color

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

This div border color is #a4faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4faeb


Comments

No comments written yet.

Please login to write comment.