Color Hex Logo

#accf2d Color Hex

#ACCF2D
(172,207,45)
0 Favorites   0 Comments

Color spaces of #accf2d

RGB 17220745
HSL0.200.640.49
HSV73°78°81°
CMYK 0.170.000.78   0.19
XYZ39.799753.585810.7280
Yxy53.58580.38230.5147
Hunter Lab73.2023-31.054642.5525
CIE-Lab78.2196-32.051070.0736

#accf2d color RGB value is (172,207,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 00101101
Octal 254 317 55
Decimal 172 207 45
Hex AC CF 2D

RGB Percentages of Color #accf2d

%40.57
%48.82
%10.61

CMYK Percentages of Color #accf2d

%17
%0
%78
%19

Triadic Colors of #accf2d

#accf2d #2daccf #cf2dac

Analogous Colors of #accf2d

#accf2d #5bcf2d #cfa12d

Monochromatic Colors of #accf2d

#accf2d

Complementary Color

#accf2d #502dcf

#accf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf2d Color CSS Codes

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

#accf2d Text Font Color

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

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


#accf2d Background Color

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

This div background color is #accf2d


#accf2d Border Color

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

This div border color is #accf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf2d


Comments

No comments written yet.

Please login to write comment.