Color Hex Logo

#a7ffef Color Hex

#A7FFEF
(167,255,239)
0 Favorites   0 Comments

Color spaces of #a7ffef

RGB 167255239
HSL0.471.000.83
HSV169°35°100°
CMYK 0.350.000.06   0.00
XYZ67.276385.967594.7089
Yxy85.96750.27130.3467
Hunter Lab92.7187-32.73874.3404
CIE-Lab94.2985-29.8250-0.7453

#a7ffef color RGB value is (167,255,239).

#a7ffef hex color red value is 167, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a7ffef hue: 0.47 , saturation: 1.00 and the lightness value of a7ffef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111111 11101111
Octal 247 377 357
Decimal 167 255 239
Hex A7 FF EF

RGB Percentages of Color #a7ffef

%25.26
%38.58
%36.16

CMYK Percentages of Color #a7ffef

%35
%0
%6
%0

Triadic Colors of #a7ffef

#a7ffef #efa7ff #ffefa7

Analogous Colors of #a7ffef

#a7ffef #a7e3ff #a7ffc3

Monochromatic Colors of #a7ffef

#a7ffef

Complementary Color

#a7ffef #ffa7b7

#a7ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ffef Color CSS Codes

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

#a7ffef Text Font Color

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

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


#a7ffef Background Color

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

This div background color is #a7ffef


#a7ffef Border Color

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

This div border color is #a7ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ffef

Related Colors


Comments

No comments written yet.

Please login to write comment.