Color Hex Logo

#a7f7ea Color Hex

#A7F7EA
(167,247,234)
0 Favorites   0 Comments

Color spaces of #a7f7ea

RGB 167247234
HSL0.470.830.81
HSV170°32°97°
CMYK 0.320.000.05   0.03
XYZ64.048480.677590.0385
Yxy80.67750.27280.3437
Hunter Lab89.8207-29.90323.4407
CIE-Lab91.9880-27.1098-1.5376

#a7f7ea color RGB value is (167,247,234).

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

The process color (four color CMYK) of #a7f7ea color hex is 0.32, 0.00, 0.05, 0.03. Web safe color of #a7f7ea is #99ffff. Color #a7f7ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11110111 11101010
Octal 247 367 352
Decimal 167 247 234
Hex A7 F7 EA

RGB Percentages of Color #a7f7ea

%25.77
%38.12
%36.11

CMYK Percentages of Color #a7f7ea

%32
%0
%5
%3

Triadic Colors of #a7f7ea

#a7f7ea #eaa7f7 #f7eaa7

Analogous Colors of #a7f7ea

#a7f7ea #a7dcf7 #a7f7c2

Monochromatic Colors of #a7f7ea

#a7f7ea

Complementary Color

#a7f7ea #f7a7b4

#a7f7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7f7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7f7ea Color CSS Codes

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

#a7f7ea Text Font Color

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

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


#a7f7ea Background Color

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

This div background color is #a7f7ea


#a7f7ea Border Color

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

This div border color is #a7f7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7f7ea


Comments

No comments written yet.

Please login to write comment.