Color Hex Logo

#a8cf2f Color Hex

#A8CF2F
(168,207,47)
0 Favorites   0 Comments

Color spaces of #a8cf2f

RGB 16820747
HSL0.210.630.50
HSV75°77°81°
CMYK 0.190.000.77   0.19
XYZ38.974453.155710.8952
Yxy53.15570.37830.5159
Hunter Lab72.9080-32.168242.1754
CIE-Lab77.9668-33.565269.1604

#a8cf2f color RGB value is (168,207,47).

#a8cf2f hex color red value is 168, green value is 207 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a8cf2f hue: 0.21 , saturation: 0.63 and the lightness value of a8cf2f is 0.50.

The process color (four color CMYK) of #a8cf2f color hex is 0.19, 0.00, 0.77, 0.19. Web safe color of #a8cf2f is #99cc33. Color #a8cf2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 00101111
Octal 250 317 57
Decimal 168 207 47
Hex A8 CF 2F

RGB Percentages of Color #a8cf2f

%39.81
%49.05
%11.14

CMYK Percentages of Color #a8cf2f

%19
%0
%77
%19

Triadic Colors of #a8cf2f

#a8cf2f #2fa8cf #cf2fa8

Analogous Colors of #a8cf2f

#a8cf2f #58cf2f #cfa62f

Monochromatic Colors of #a8cf2f

#a8cf2f

Complementary Color

#a8cf2f #562fcf

#a8cf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cf2f Color CSS Codes

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

#a8cf2f Text Font Color

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

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


#a8cf2f Background Color

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

This div background color is #a8cf2f


#a8cf2f Border Color

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

This div border color is #a8cf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cf2f


Comments

No comments written yet.

Please login to write comment.