Color Hex Logo

#accd0b Color Hex

#ACCD0B
(172,205,11)
0 Favorites   0 Comments

Color spaces of #accd0b

RGB 17220511
HSL0.200.900.42
HSV70°95°80°
CMYK 0.160.000.95   0.20
XYZ38.905052.45758.3914
Yxy52.45750.39000.5259
Hunter Lab72.4276-30.865643.8300
CIE-Lab77.5536-32.004776.1878

#accd0b color RGB value is (172,205,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00001011
Octal 254 315 13
Decimal 172 205 11
Hex AC CD B

RGB Percentages of Color #accd0b

%44.33
%52.84
%2.84

CMYK Percentages of Color #accd0b

%16
%0
%95
%20

Triadic Colors of #accd0b

#accd0b #0baccd #cd0bac

Analogous Colors of #accd0b

#accd0b #4bcd0b #cd8d0b

Monochromatic Colors of #accd0b

#accd0b

Complementary Color

#accd0b #2c0bcd

#accd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd0b Color CSS Codes

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

#accd0b Text Font Color

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

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


#accd0b Background Color

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

This div background color is #accd0b


#accd0b Border Color

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

This div border color is #accd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd0b


Comments

No comments written yet.

Please login to write comment.