Color Hex Logo

#acfb63 Color Hex

#ACFB63
(172,251,99)
0 Favorites   0 Comments

Color spaces of #acfb63

RGB 17225199
HSL0.250.950.69
HSV91°61°98°
CMYK 0.310.000.61   0.02
XYZ53.762678.665924.1548
Yxy78.66590.34330.5024
Hunter Lab88.6938-47.014745.9387
CIE-Lab91.0829-48.056263.5535

#acfb63 color RGB value is (172,251,99).

#acfb63 hex color red value is 172, green value is 251 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #acfb63 hue: 0.25 , saturation: 0.95 and the lightness value of acfb63 is 0.69.

The process color (four color CMYK) of #acfb63 color hex is 0.31, 0.00, 0.61, 0.02. Web safe color of #acfb63 is #99ff66. Color #acfb63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 01100011
Octal 254 373 143
Decimal 172 251 99
Hex AC FB 63

RGB Percentages of Color #acfb63

%32.95
%48.08
%18.97

CMYK Percentages of Color #acfb63

%31
%0
%61
%2

Triadic Colors of #acfb63

#acfb63 #63acfb #fb63ac

Analogous Colors of #acfb63

#acfb63 #63fb66 #f8fb63

Monochromatic Colors of #acfb63

#acfb63

Complementary Color

#acfb63 #b263fb

#acfb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb63 Color CSS Codes

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

#acfb63 Text Font Color

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

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


#acfb63 Background Color

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

This div background color is #acfb63


#acfb63 Border Color

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

This div border color is #acfb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb63

Related Colors


Comments

No comments written yet.

Please login to write comment.