Color Hex Logo

#accd35 Color Hex

#ACCD35
(172,205,53)
0 Favorites   0 Comments

Color spaces of #accd35

RGB 17220553
HSL0.200.600.51
HSV73°74°80°
CMYK 0.160.000.74   0.20
XYZ39.487252.690311.4572
Yxy52.69030.38100.5084
Hunter Lab72.5881-29.926941.4534
CIE-Lab77.6918-30.757667.1164

#accd35 color RGB value is (172,205,53).

#accd35 hex color red value is 172, green value is 205 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #accd35 hue: 0.20 , saturation: 0.60 and the lightness value of accd35 is 0.51.

The process color (four color CMYK) of #accd35 color hex is 0.16, 0.00, 0.74, 0.20. Web safe color of #accd35 is #99cc33. Color #accd35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00110101
Octal 254 315 65
Decimal 172 205 53
Hex AC CD 35

RGB Percentages of Color #accd35

%40.00
%47.67
%12.33

CMYK Percentages of Color #accd35

%16
%0
%74
%20

Triadic Colors of #accd35

#accd35 #35accd #cd35ac

Analogous Colors of #accd35

#accd35 #60cd35 #cda235

Monochromatic Colors of #accd35

#accd35

Complementary Color

#accd35 #5635cd

#accd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd35 Color CSS Codes

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

#accd35 Text Font Color

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

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


#accd35 Background Color

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

This div background color is #accd35


#accd35 Border Color

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

This div border color is #accd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd35


Comments

No comments written yet.

Please login to write comment.