Color Hex Logo

#accf0e Color Hex

#ACCF0E
(172,207,14)
0 Favorites   0 Comments

Color spaces of #accf0e

RGB 17220714
HSL0.200.870.43
HSV71°93°81°
CMYK 0.170.000.93   0.19
XYZ39.405353.42808.6512
Yxy53.42800.38830.5265
Hunter Lab73.0945-31.685844.1488
CIE-Lab78.1270-32.891776.3070

#accf0e color RGB value is (172,207,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 00001110
Octal 254 317 16
Decimal 172 207 14
Hex AC CF E

RGB Percentages of Color #accf0e

%43.77
%52.67
%3.56

CMYK Percentages of Color #accf0e

%17
%0
%93
%19

Triadic Colors of #accf0e

#accf0e #0eaccf #cf0eac

Analogous Colors of #accf0e

#accf0e #4ccf0e #cf920e

Monochromatic Colors of #accf0e

#accf0e

Complementary Color

#accf0e #310ecf

#accf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf0e Color CSS Codes

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

#accf0e Text Font Color

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

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


#accf0e Background Color

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

This div background color is #accf0e


#accf0e Border Color

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

This div border color is #accf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf0e


Comments

No comments written yet.

Please login to write comment.