Color Hex Logo

#ada303 Color Hex

#ADA303
(173,163,3)
0 Favorites   0 Comments

Color spaces of #ada303

RGB 1731633
HSL0.160.970.35
HSV56°98°68°
CMYK 0.000.060.98   0.32
XYZ30.347235.08525.2588
Yxy35.08520.42930.4963
Hunter Lab59.2328-12.205036.1991
CIE-Lab65.8149-10.909968.2255

#ada303 color RGB value is (173,163,3).

#ada303 hex color red value is 173, green value is 163 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ada303 hue: 0.16 , saturation: 0.97 and the lightness value of ada303 is 0.35.

The process color (four color CMYK) of #ada303 color hex is 0.00, 0.06, 0.98, 0.32. Web safe color of #ada303 is #999900. Color #ada303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00000011
Octal 255 243 3
Decimal 173 163 3
Hex AD A3 3

RGB Percentages of Color #ada303

%51.03
%48.08
%0.88

CMYK Percentages of Color #ada303

%0
%6
%98
%32

Triadic Colors of #ada303

#ada303 #03ada3 #a303ad

Analogous Colors of #ada303

#ada303 #62ad03 #ad4e03

Monochromatic Colors of #ada303

#ada303

Complementary Color

#ada303 #030dad

#ada303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada303 Color CSS Codes

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

#ada303 Text Font Color

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

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


#ada303 Background Color

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

This div background color is #ada303


#ada303 Border Color

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

This div border color is #ada303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada303


Comments

No comments written yet.

Please login to write comment.