Color Hex Logo

#ddda34 Color Hex

#DDDA34
(221,218,52)
0 Favorites   0 Comments

Color spaces of #ddda34

RGB 22121852
HSL0.160.710.54
HSV59°76°87°
CMYK 0.000.010.76   0.13
XYZ55.510065.762913.0166
Yxy65.76290.41340.4897
Hunter Lab81.0943-19.729847.2493
CIE-Lab84.8753-16.867175.3989

#ddda34 color RGB value is (221,218,52).

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

The process color (four color CMYK) of #ddda34 color hex is 0.00, 0.01, 0.76, 0.13. Web safe color of #ddda34 is #cccc33. Color #ddda34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00110100
Octal 335 332 64
Decimal 221 218 52
Hex DD DA 34

RGB Percentages of Color #ddda34

%45.01
%44.40
%10.59

CMYK Percentages of Color #ddda34

%0
%1
%76
%13

Triadic Colors of #ddda34

#ddda34 #34ddda #da34dd

Analogous Colors of #ddda34

#ddda34 #8cdd34 #dd8634

Monochromatic Colors of #ddda34

#ddda34

Complementary Color

#ddda34 #3437dd

#ddda34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda34 Color CSS Codes

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

#ddda34 Text Font Color

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

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


#ddda34 Background Color

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

This div background color is #ddda34


#ddda34 Border Color

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

This div border color is #ddda34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda34


Comments

No comments written yet.

Please login to write comment.