Color Hex Logo

#a7efcc Color Hex

#A7EFCC
(167,239,204)
0 Favorites   0 Comments

Color spaces of #a7efcc

RGB 167239204
HSL0.420.690.80
HSV151°30°94°
CMYK 0.300.000.15   0.06
XYZ57.701974.308168.4284
Yxy74.30810.28790.3707
Hunter Lab86.2021-31.369613.2763
CIE-Lab89.0679-29.50849.8392

#a7efcc color RGB value is (167,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101111 11001100
Octal 247 357 314
Decimal 167 239 204
Hex A7 EF CC

RGB Percentages of Color #a7efcc

%27.38
%39.18
%33.44

CMYK Percentages of Color #a7efcc

%30
%0
%15
%6

Triadic Colors of #a7efcc

#a7efcc #cca7ef #efcca7

Analogous Colors of #a7efcc

#a7efcc #a7eeef #a7efa8

Monochromatic Colors of #a7efcc

#a7efcc

Complementary Color

#a7efcc #efa7ca

#a7efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7efcc Color CSS Codes

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

#a7efcc Text Font Color

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

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


#a7efcc Background Color

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

This div background color is #a7efcc


#a7efcc Border Color

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

This div border color is #a7efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7efcc


Comments

No comments written yet.

Please login to write comment.