Color Hex Logo

#ddea33 Color Hex

#DDEA33
(221,234,51)
0 Favorites   0 Comments

Color spaces of #ddea33

RGB 22123451
HSL0.180.810.56
HSV64°78°92°
CMYK 0.060.000.78   0.08
XYZ59.839274.456814.3497
Yxy74.45680.40260.5009
Hunter Lab86.2884-27.218550.5420
CIE-Lab89.1379-24.646379.4934

#ddea33 color RGB value is (221,234,51).

#ddea33 hex color red value is 221, green value is 234 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ddea33 hue: 0.18 , saturation: 0.81 and the lightness value of ddea33 is 0.56.

The process color (four color CMYK) of #ddea33 color hex is 0.06, 0.00, 0.78, 0.08. Web safe color of #ddea33 is #ccff33. Color #ddea33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 00110011
Octal 335 352 63
Decimal 221 234 51
Hex DD EA 33

RGB Percentages of Color #ddea33

%43.68
%46.25
%10.08

CMYK Percentages of Color #ddea33

%6
%0
%78
%8

Triadic Colors of #ddea33

#ddea33 #33ddea #ea33dd

Analogous Colors of #ddea33

#ddea33 #82ea33 #ea9c33

Monochromatic Colors of #ddea33

#ddea33

Complementary Color

#ddea33 #4033ea

#ddea33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea33 Color CSS Codes

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

#ddea33 Text Font Color

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

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


#ddea33 Background Color

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

This div background color is #ddea33


#ddea33 Border Color

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

This div border color is #ddea33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea33


Comments

No comments written yet.

Please login to write comment.