Color Hex Logo

#ddea3f Color Hex

#DDEA3F
(221,234,63)
0 Favorites   0 Comments

Color spaces of #ddea3f

RGB 22123463
HSL0.180.800.58
HSV65°73°92°
CMYK 0.060.000.73   0.08
XYZ60.138874.576715.9277
Yxy74.57670.39920.4951
Hunter Lab86.3578-26.820449.5151
CIE-Lab89.1943-24.175475.9889

#ddea3f color RGB value is (221,234,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 00111111
Octal 335 352 77
Decimal 221 234 63
Hex DD EA 3F

RGB Percentages of Color #ddea3f

%42.66
%45.17
%12.16

CMYK Percentages of Color #ddea3f

%6
%0
%73
%8

Triadic Colors of #ddea3f

#ddea3f #3fddea #ea3fdd

Analogous Colors of #ddea3f

#ddea3f #88ea3f #eaa23f

Monochromatic Colors of #ddea3f

#ddea3f

Complementary Color

#ddea3f #4c3fea

#ddea3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea3f Color CSS Codes

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

#ddea3f Text Font Color

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

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


#ddea3f Background Color

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

This div background color is #ddea3f


#ddea3f Border Color

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

This div border color is #ddea3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea3f


Comments

No comments written yet.

Please login to write comment.