Color Hex Logo

#ada268 Color Hex

#ADA268
(173,162,104)
0 Favorites   0 Comments

Color spaces of #ada268

RGB 173162104
HSL0.140.300.54
HSV50°40°68°
CMYK 0.000.060.40   0.32
XYZ32.652635.724418.2712
Yxy35.72440.37680.4123
Hunter Lab59.7699-7.081823.7144
CIE-Lab66.3088-4.595231.5973

#ada268 color RGB value is (173,162,104).

#ada268 hex color red value is 173, green value is 162 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ada268 hue: 0.14 , saturation: 0.30 and the lightness value of ada268 is 0.54.

The process color (four color CMYK) of #ada268 color hex is 0.00, 0.06, 0.40, 0.32. Web safe color of #ada268 is #999966. Color #ada268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01101000
Octal 255 242 150
Decimal 173 162 104
Hex AD A2 68

RGB Percentages of Color #ada268

%39.41
%36.90
%23.69

CMYK Percentages of Color #ada268

%0
%6
%40
%32

Triadic Colors of #ada268

#ada268 #68ada2 #a268ad

Analogous Colors of #ada268

#ada268 #96ad68 #ad8068

Monochromatic Colors of #ada268

#ada268

Complementary Color

#ada268 #6873ad

#ada268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada268 Color CSS Codes

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

#ada268 Text Font Color

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

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


#ada268 Background Color

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

This div background color is #ada268


#ada268 Border Color

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

This div border color is #ada268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,162,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 #ada268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada268


Comments

No comments written yet.

Please login to write comment.