Color Hex Logo

#a7eafe Color Hex

#A7EAFE
(167,234,254)
0 Favorites   0 Comments

Color spaces of #a7eafe

RGB 167234254
HSL0.540.980.83
HSV194°34°100°
CMYK 0.340.080.00   0.00
XYZ63.248674.2169104.7577
Yxy74.21690.26110.3064
Hunter Lab86.1492-19.7109-11.7923
CIE-Lab89.0249-16.1701-16.3642

#a7eafe color RGB value is (167,234,254).

#a7eafe hex color red value is 167, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a7eafe hue: 0.54 , saturation: 0.98 and the lightness value of a7eafe is 0.83.

The process color (four color CMYK) of #a7eafe color hex is 0.34, 0.08, 0.00, 0.00. Web safe color of #a7eafe is #99ffff. Color #a7eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101010 11111110
Octal 247 352 376
Decimal 167 234 254
Hex A7 EA FE

RGB Percentages of Color #a7eafe

%25.50
%35.73
%38.78

CMYK Percentages of Color #a7eafe

%34
%8
%0
%0

Triadic Colors of #a7eafe

#a7eafe #fea7ea #eafea7

Analogous Colors of #a7eafe

#a7eafe #a7bffe #a7fee7

Monochromatic Colors of #a7eafe

#a7eafe

Complementary Color

#a7eafe #febba7

#a7eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7eafe Color CSS Codes

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

#a7eafe Text Font Color

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

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


#a7eafe Background Color

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

This div background color is #a7eafe


#a7eafe Border Color

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

This div border color is #a7eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.