Color Hex Logo

#a7efee Color Hex

#A7EFEE
(167,239,238)
0 Favorites   0 Comments

Color spaces of #a7efee

RGB 167239238
HSL0.500.690.80
HSV179°30°94°
CMYK 0.300.000.00   0.06
XYZ62.235576.121592.3017
Yxy76.12150.26980.3300
Hunter Lab87.2476-25.3557-1.6512
CIE-Lab89.9157-22.3532-6.6704

#a7efee color RGB value is (167,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101111 11101110
Octal 247 357 356
Decimal 167 239 238
Hex A7 EF EE

RGB Percentages of Color #a7efee

%25.93
%37.11
%36.96

CMYK Percentages of Color #a7efee

%30
%0
%0
%6

Triadic Colors of #a7efee

#a7efee #eea7ef #efeea7

Analogous Colors of #a7efee

#a7efee #a7ccef #a7efca

Monochromatic Colors of #a7efee

#a7efee

Complementary Color

#a7efee #efa7a8

#a7efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7efee Color CSS Codes

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

#a7efee Text Font Color

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

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


#a7efee Background Color

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

This div background color is #a7efee


#a7efee Border Color

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

This div border color is #a7efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7efee


Comments

No comments written yet.

Please login to write comment.