Color Hex Logo

#acfeca Color Hex

#ACFECA
(172,254,202)
0 Favorites   0 Comments

Color spaces of #acfeca

RGB 172254202
HSL0.390.980.84
HSV142°32°100°
CMYK 0.320.000.20   0.00
XYZ63.115783.918568.7485
Yxy83.91850.29250.3889
Hunter Lab91.6070-37.328819.6295
CIE-Lab93.4151-35.399417.0676

#acfeca color RGB value is (172,254,202).

#acfeca hex color red value is 172, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acfeca hue: 0.39 , saturation: 0.98 and the lightness value of acfeca is 0.84.

The process color (four color CMYK) of #acfeca color hex is 0.32, 0.00, 0.20, 0.00. Web safe color of #acfeca is #99ffcc. Color #acfeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11001010
Octal 254 376 312
Decimal 172 254 202
Hex AC FE CA

RGB Percentages of Color #acfeca

%27.39
%40.45
%32.17

CMYK Percentages of Color #acfeca

%32
%0
%20
%0

Triadic Colors of #acfeca

#acfeca #caacfe #fecaac

Analogous Colors of #acfeca

#acfeca #acfef3 #b7feac

Monochromatic Colors of #acfeca

#acfeca

Complementary Color

#acfeca #feace0

#acfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfeca Color CSS Codes

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

#acfeca Text Font Color

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

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


#acfeca Background Color

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

This div background color is #acfeca


#acfeca Border Color

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

This div border color is #acfeca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,254,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acfeca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acfeca;
  -webkit-box-shadow: 1px 1px 3px 2px #acfeca;
  box-shadow:         1px 1px 3px 2px #acfeca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,254,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfeca


Comments

No comments written yet.

Please login to write comment.