Color Hex Logo

#ddda12 Color Hex

#DDDA12
(221,218,18)
0 Favorites   0 Comments

Color spaces of #ddda12

RGB 22121818
HSL0.160.850.47
HSV59°92°87°
CMYK 0.000.010.92   0.13
XYZ54.999465.558610.3276
Yxy65.55860.42020.5009
Hunter Lab80.9683-20.444649.1153
CIE-Lab84.7708-17.701882.5326

#ddda12 color RGB value is (221,218,18).

#ddda12 hex color red value is 221, green value is 218 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ddda12 hue: 0.16 , saturation: 0.85 and the lightness value of ddda12 is 0.47.

The process color (four color CMYK) of #ddda12 color hex is 0.00, 0.01, 0.92, 0.13. Web safe color of #ddda12 is #cccc00. Color #ddda12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00010010
Octal 335 332 22
Decimal 221 218 18
Hex DD DA 12

RGB Percentages of Color #ddda12

%48.36
%47.70
%3.94

CMYK Percentages of Color #ddda12

%0
%1
%92
%13

Triadic Colors of #ddda12

#ddda12 #12ddda #da12dd

Analogous Colors of #ddda12

#ddda12 #7bdd12 #dd7512

Monochromatic Colors of #ddda12

#ddda12

Complementary Color

#ddda12 #1215dd

#ddda12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda12 Color CSS Codes

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

#ddda12 Text Font Color

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

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


#ddda12 Background Color

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

This div background color is #ddda12


#ddda12 Border Color

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

This div border color is #ddda12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda12


Comments

No comments written yet.

Please login to write comment.