Color Hex Logo

#acf615 Color Hex

#ACF615
(172,246,21)
0 Favorites   0 Comments

Color spaces of #acf615

RGB 17224621
HSL0.220.930.52
HSV80°91°96°
CMYK 0.300.000.91   0.04
XYZ50.104474.736312.4942
Yxy74.73630.36480.5442
Hunter Lab86.4502-47.833551.9462
CIE-Lab89.2693-49.839184.3108

#acf615 color RGB value is (172,246,21).

#acf615 hex color red value is 172, green value is 246 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #acf615 hue: 0.22 , saturation: 0.93 and the lightness value of acf615 is 0.52.

The process color (four color CMYK) of #acf615 color hex is 0.30, 0.00, 0.91, 0.04. Web safe color of #acf615 is #99ff00. Color #acf615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 00010101
Octal 254 366 25
Decimal 172 246 21
Hex AC F6 15

RGB Percentages of Color #acf615

%39.18
%56.04
%4.78

CMYK Percentages of Color #acf615

%30
%0
%91
%4

Triadic Colors of #acf615

#acf615 #15acf6 #f615ac

Analogous Colors of #acf615

#acf615 #3cf615 #f6d015

Monochromatic Colors of #acf615

#acf615

Complementary Color

#acf615 #5f15f6

#acf615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf615 Color CSS Codes

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

#acf615 Text Font Color

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

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


#acf615 Background Color

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

This div background color is #acf615


#acf615 Border Color

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

This div border color is #acf615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf615


Comments

No comments written yet.

Please login to write comment.