Color Hex Logo

#acd068 Color Hex

#ACD068
(172,208,104)
0 Favorites   0 Comments

Color spaces of #acd068

RGB 172208104
HSL0.220.530.61
HSV81°50°82°
CMYK 0.170.000.50   0.18
XYZ42.067854.881921.4728
Yxy54.88190.35520.4634
Hunter Lab74.0823-28.282534.6724
CIE-Lab78.9732-28.324447.3326

#acd068 color RGB value is (172,208,104).

#acd068 hex color red value is 172, green value is 208 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #acd068 hue: 0.22 , saturation: 0.53 and the lightness value of acd068 is 0.61.

The process color (four color CMYK) of #acd068 color hex is 0.17, 0.00, 0.50, 0.18. Web safe color of #acd068 is #99cc66. Color #acd068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 01101000
Octal 254 320 150
Decimal 172 208 104
Hex AC D0 68

RGB Percentages of Color #acd068

%35.54
%42.98
%21.49

CMYK Percentages of Color #acd068

%17
%0
%50
%18

Triadic Colors of #acd068

#acd068 #68acd0 #d068ac

Analogous Colors of #acd068

#acd068 #78d068 #d0c068

Monochromatic Colors of #acd068

#acd068

Complementary Color

#acd068 #8c68d0

#acd068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd068 Color CSS Codes

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

#acd068 Text Font Color

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

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


#acd068 Background Color

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

This div background color is #acd068


#acd068 Border Color

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

This div border color is #acd068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd068


Comments

No comments written yet.

Please login to write comment.