Color Hex Logo

#acef75 Color Hex

#ACEF75
(172,239,117)
0 Favorites   0 Comments

Color spaces of #acef75

RGB 172239117
HSL0.260.790.70
HSV93°51°94°
CMYK 0.280.000.51   0.06
XYZ51.090671.788027.9933
Yxy71.78800.33860.4758
Hunter Lab84.7278-40.638739.7206
CIE-Lab87.8664-41.159351.9072

#acef75 color RGB value is (172,239,117).

#acef75 hex color red value is 172, green value is 239 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #acef75 hue: 0.26 , saturation: 0.79 and the lightness value of acef75 is 0.70.

The process color (four color CMYK) of #acef75 color hex is 0.28, 0.00, 0.51, 0.06. Web safe color of #acef75 is #99ff66. Color #acef75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 01110101
Octal 254 357 165
Decimal 172 239 117
Hex AC EF 75

RGB Percentages of Color #acef75

%32.58
%45.27
%22.16

CMYK Percentages of Color #acef75

%28
%0
%51
%6

Triadic Colors of #acef75

#acef75 #75acef #ef75ac

Analogous Colors of #acef75

#acef75 #75ef7b #e9ef75

Monochromatic Colors of #acef75

#acef75

Complementary Color

#acef75 #b875ef

#acef75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef75 Color CSS Codes

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

#acef75 Text Font Color

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

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


#acef75 Background Color

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

This div background color is #acef75


#acef75 Border Color

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

This div border color is #acef75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef75


Comments

No comments written yet.

Please login to write comment.