Color Hex Logo

#accf27 Color Hex

#ACCF27
(172,207,39)
0 Favorites   0 Comments

Color spaces of #accf27

RGB 17220739
HSL0.200.680.48
HSV73°81°81°
CMYK 0.170.000.81   0.19
XYZ39.692353.542810.1622
Yxy53.54280.38390.5178
Hunter Lab73.1729-31.226242.9869
CIE-Lab78.1944-32.279171.6835

#accf27 color RGB value is (172,207,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 00100111
Octal 254 317 47
Decimal 172 207 39
Hex AC CF 27

RGB Percentages of Color #accf27

%41.15
%49.52
%9.33

CMYK Percentages of Color #accf27

%17
%0
%81
%19

Triadic Colors of #accf27

#accf27 #27accf #cf27ac

Analogous Colors of #accf27

#accf27 #58cf27 #cf9e27

Monochromatic Colors of #accf27

#accf27

Complementary Color

#accf27 #4a27cf

#accf27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf27 Color CSS Codes

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

#accf27 Text Font Color

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

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


#accf27 Background Color

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

This div background color is #accf27


#accf27 Border Color

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

This div border color is #accf27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf27


Comments

No comments written yet.

Please login to write comment.