Color Hex Logo

#a7feea Color Hex

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

Color spaces of #a7feea

RGB 167254234
HSL0.460.980.83
HSV166°34°100°
CMYK 0.340.000.08   0.00
XYZ66.229485.039690.7655
Yxy85.03960.27360.3514
Hunter Lab92.2169-33.18246.1950
CIE-Lab93.9002-30.43171.2553

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

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

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

Base Numbers

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

RGB Percentages of Color #a7feea

%25.50
%38.78
%35.73

CMYK Percentages of Color #a7feea

%34
%0
%8
%0

Triadic Colors of #a7feea

#a7feea #eaa7fe #feeaa7

Analogous Colors of #a7feea

#a7feea #a7e7fe #a7febf

Monochromatic Colors of #a7feea

#a7feea

Complementary Color

#a7feea #fea7bb

#a7feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7feea Color CSS Codes

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

#a7feea Text Font Color

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

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


#a7feea Background Color

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

This div background color is #a7feea


#a7feea Border Color

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

This div border color is #a7feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7feea


Comments

No comments written yet.

Please login to write comment.