Color Hex Logo

#accf04 Color Hex

#ACCF04
(172,207,4)
0 Favorites   0 Comments

Color spaces of #accf04

RGB 1722074
HSL0.200.960.41
HSV70°98°81°
CMYK 0.170.000.98   0.19
XYZ39.348053.40518.3492
Yxy53.40510.38920.5282
Hunter Lab73.0788-31.777744.3813
CIE-Lab78.1136-33.014577.2962

#accf04 color RGB value is (172,207,4).

#accf04 hex color red value is 172, green value is 207 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #accf04 hue: 0.20 , saturation: 0.96 and the lightness value of accf04 is 0.41.

The process color (four color CMYK) of #accf04 color hex is 0.17, 0.00, 0.98, 0.19. Web safe color of #accf04 is #99cc00. Color #accf04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 00000100
Octal 254 317 4
Decimal 172 207 4
Hex AC CF 4

RGB Percentages of Color #accf04

%44.91
%54.05
%1.04

CMYK Percentages of Color #accf04

%17
%0
%98
%19

Triadic Colors of #accf04

#accf04 #04accf #cf04ac

Analogous Colors of #accf04

#accf04 #47cf04 #cf8d04

Monochromatic Colors of #accf04

#accf04

Complementary Color

#accf04 #2704cf

#accf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf04 Color CSS Codes

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

#accf04 Text Font Color

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

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


#accf04 Background Color

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

This div background color is #accf04


#accf04 Border Color

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

This div border color is #accf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf04


Comments

No comments written yet.

Please login to write comment.