Color Hex Logo

#add401 Color Hex

#ADD401
(173,212,1)
0 Favorites   0 Comments

Color spaces of #add401

RGB 1732121
HSL0.200.990.42
HSV71°100°83°
CMYK 0.180.001.00   0.17
XYZ40.782555.97348.6832
Yxy55.97340.38680.5309
Hunter Lab74.8154-33.625045.4895
CIE-Lab79.5987-34.941378.7385

#add401 color RGB value is (173,212,1).

#add401 hex color red value is 173, green value is 212 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #add401 hue: 0.20 , saturation: 0.99 and the lightness value of add401 is 0.42.

The process color (four color CMYK) of #add401 color hex is 0.18, 0.00, 1.00, 0.17. Web safe color of #add401 is #99cc00. Color #add401 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 00000001
Octal 255 324 1
Decimal 173 212 1
Hex AD D4 1

RGB Percentages of Color #add401

%44.82
%54.92
%0.26

CMYK Percentages of Color #add401

%18
%0
%100
%17

Triadic Colors of #add401

#add401 #01add4 #d401ad

Analogous Colors of #add401

#add401 #43d401 #d49201

Monochromatic Colors of #add401

#add401

Complementary Color

#add401 #2801d4

#add401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add401 Color CSS Codes

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

#add401 Text Font Color

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

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


#add401 Background Color

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

This div background color is #add401


#add401 Border Color

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

This div border color is #add401


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,212,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #add401; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #add401;
  -webkit-box-shadow: 1px 1px 3px 2px #add401;
  box-shadow:         1px 1px 3px 2px #add401; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,212,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add401


Comments

No comments written yet.

Please login to write comment.