Color Hex Logo

#a7efed Color Hex

#A7EFED
(167,239,237)
0 Favorites   0 Comments

Color spaces of #a7efed

RGB 167239237
HSL0.500.690.80
HSV178°30°94°
CMYK 0.300.000.01   0.06
XYZ62.088976.062991.5299
Yxy76.06290.27030.3312
Hunter Lab87.2140-25.5479-1.1742
CIE-Lab89.8885-22.5772-6.1882

#a7efed color RGB value is (167,239,237).

#a7efed hex color red value is 167, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a7efed hue: 0.50 , saturation: 0.69 and the lightness value of a7efed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101111 11101101
Octal 247 357 355
Decimal 167 239 237
Hex A7 EF ED

RGB Percentages of Color #a7efed

%25.97
%37.17
%36.86

CMYK Percentages of Color #a7efed

%30
%0
%1
%6

Triadic Colors of #a7efed

#a7efed #eda7ef #efeda7

Analogous Colors of #a7efed

#a7efed #a7cdef #a7efc9

Monochromatic Colors of #a7efed

#a7efed

Complementary Color

#a7efed #efa7a9

#a7efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7efed Color CSS Codes

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

#a7efed Text Font Color

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

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


#a7efed Background Color

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

This div background color is #a7efed


#a7efed Border Color

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

This div border color is #a7efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7efed


Comments

No comments written yet.

Please login to write comment.