Color Hex Logo

#acfece Color Hex

#ACFECE
(172,254,206)
0 Favorites   0 Comments

Color spaces of #acfece

RGB 172254206
HSL0.400.980.84
HSV145°32°100°
CMYK 0.320.000.19   0.00
XYZ63.595684.110571.2756
Yxy84.11050.29040.3841
Hunter Lab91.7118-36.718518.1199
CIE-Lab93.4985-34.656015.1343

#acfece color RGB value is (172,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11001110
Octal 254 376 316
Decimal 172 254 206
Hex AC FE CE

RGB Percentages of Color #acfece

%27.22
%40.19
%32.59

CMYK Percentages of Color #acfece

%32
%0
%19
%0

Triadic Colors of #acfece

#acfece #ceacfe #feceac

Analogous Colors of #acfece

#acfece #acfef7 #b3feac

Monochromatic Colors of #acfece

#acfece

Complementary Color

#acfece #feacdc

#acfece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfece Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfece Color CSS Codes

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

#acfece Text Font Color

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

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


#acfece Background Color

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

This div background color is #acfece


#acfece Border Color

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

This div border color is #acfece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfece


Comments

No comments written yet.

Please login to write comment.