Color Hex Logo

#a7ffe1 Color Hex

#A7FFE1
(167,255,225)
0 Favorites   0 Comments

Color spaces of #a7ffe1

RGB 167255225
HSL0.441.000.83
HSV160°35°100°
CMYK 0.350.000.12   0.00
XYZ65.287085.171784.2330
Yxy85.17170.27820.3629
Hunter Lab92.2885-35.229910.4872
CIE-Lab93.9571-32.78955.9820

#a7ffe1 color RGB value is (167,255,225).

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

The process color (four color CMYK) of #a7ffe1 color hex is 0.35, 0.00, 0.12, 0.00. Web safe color of #a7ffe1 is #99ffcc. Color #a7ffe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111111 11100001
Octal 247 377 341
Decimal 167 255 225
Hex A7 FF E1

RGB Percentages of Color #a7ffe1

%25.81
%39.41
%34.78

CMYK Percentages of Color #a7ffe1

%35
%0
%12
%0

Triadic Colors of #a7ffe1

#a7ffe1 #e1a7ff #ffe1a7

Analogous Colors of #a7ffe1

#a7ffe1 #a7f1ff #a7ffb5

Monochromatic Colors of #a7ffe1

#a7ffe1

Complementary Color

#a7ffe1 #ffa7c5

#a7ffe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ffe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ffe1 Color CSS Codes

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

#a7ffe1 Text Font Color

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

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


#a7ffe1 Background Color

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

This div background color is #a7ffe1


#a7ffe1 Border Color

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

This div border color is #a7ffe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ffe1

Related Colors

#a7ffe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.