Color Hex Logo

#a1efcc Color Hex

#A1EFCC
(161,239,204)
0 Favorites   0 Comments

Color spaces of #a1efcc

RGB 161239204
HSL0.430.710.78
HSV153°33°94°
CMYK 0.330.000.15   0.06
XYZ56.463573.669768.3705
Yxy73.66970.28440.3711
Hunter Lab85.8311-32.779112.8531
CIE-Lab88.7661-31.25859.3672

#a1efcc color RGB value is (161,239,204).

#a1efcc hex color red value is 161, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a1efcc hue: 0.43 , saturation: 0.71 and the lightness value of a1efcc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101111 11001100
Octal 241 357 314
Decimal 161 239 204
Hex A1 EF CC

RGB Percentages of Color #a1efcc

%26.66
%39.57
%33.77

CMYK Percentages of Color #a1efcc

%33
%0
%15
%6

Triadic Colors of #a1efcc

#a1efcc #cca1ef #efcca1

Analogous Colors of #a1efcc

#a1efcc #a1ebef #a1efa5

Monochromatic Colors of #a1efcc

#a1efcc

Complementary Color

#a1efcc #efa1c4

#a1efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1efcc Color CSS Codes

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

#a1efcc Text Font Color

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

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


#a1efcc Background Color

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

This div background color is #a1efcc


#a1efcc Border Color

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

This div border color is #a1efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1efcc


Comments

No comments written yet.

Please login to write comment.