Color Hex Logo

#accd07 Color Hex

#ACCD07
(172,205,7)
0 Favorites   0 Comments

Color spaces of #accd07

RGB 1722057
HSL0.190.930.42
HSV70°97°80°
CMYK 0.160.000.97   0.20
XYZ38.882952.44868.2753
Yxy52.44860.39040.5266
Hunter Lab72.4214-30.901243.9202
CIE-Lab77.5483-32.052276.5731

#accd07 color RGB value is (172,205,7).

#accd07 hex color red value is 172, green value is 205 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #accd07 hue: 0.19 , saturation: 0.93 and the lightness value of accd07 is 0.42.

The process color (four color CMYK) of #accd07 color hex is 0.16, 0.00, 0.97, 0.20. Web safe color of #accd07 is #99cc00. Color #accd07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00000111
Octal 254 315 7
Decimal 172 205 7
Hex AC CD 7

RGB Percentages of Color #accd07

%44.79
%53.39
%1.82

CMYK Percentages of Color #accd07

%16
%0
%97
%20

Triadic Colors of #accd07

#accd07 #07accd #cd07ac

Analogous Colors of #accd07

#accd07 #49cd07 #cd8b07

Monochromatic Colors of #accd07

#accd07

Complementary Color

#accd07 #2807cd

#accd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd07 Color CSS Codes

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

#accd07 Text Font Color

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

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


#accd07 Background Color

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

This div background color is #accd07


#accd07 Border Color

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

This div border color is #accd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd07


Comments

No comments written yet.

Please login to write comment.