Color Hex Logo

#dad128 Color Hex

#DAD128
(218,209,40)
0 Favorites   0 Comments

Color spaces of #dad128

RGB 21820940
HSL0.160.710.51
HSV57°82°85°
CMYK 0.000.040.82   0.15
XYZ52.096960.659610.9701
Yxy60.65960.42110.4903
Hunter Lab77.8843-16.898646.1679
CIE-Lab82.1954-14.063476.2388

#dad128 color RGB value is (218,209,40).

#dad128 hex color red value is 218, green value is 209 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dad128 hue: 0.16 , saturation: 0.71 and the lightness value of dad128 is 0.51.

The process color (four color CMYK) of #dad128 color hex is 0.00, 0.04, 0.82, 0.15. Web safe color of #dad128 is #cccc33. Color #dad128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 00101000
Octal 332 321 50
Decimal 218 209 40
Hex DA D1 28

RGB Percentages of Color #dad128

%46.68
%44.75
%8.57

CMYK Percentages of Color #dad128

%0
%4
%82
%15

Triadic Colors of #dad128

#dad128 #28dad1 #d128da

Analogous Colors of #dad128

#dad128 #8ada28 #da7828

Monochromatic Colors of #dad128

#dad128

Complementary Color

#dad128 #2831da

#dad128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad128 Color CSS Codes

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

#dad128 Text Font Color

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

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


#dad128 Background Color

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

This div background color is #dad128


#dad128 Border Color

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

This div border color is #dad128


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,209,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dad128; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dad128;
  -webkit-box-shadow: 1px 1px 3px 2px #dad128;
  box-shadow:         1px 1px 3px 2px #dad128; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,209,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad128


Comments

No comments written yet.

Please login to write comment.