Color Hex Logo

#dde43f Color Hex

#DDE43F
(221,228,63)
0 Favorites   0 Comments

Color spaces of #dde43f

RGB 22122863
HSL0.170.750.57
HSV63°72°89°
CMYK 0.030.000.72   0.11
XYZ58.459471.217815.3679
Yxy71.21780.40300.4910
Hunter Lab84.3906-24.032448.2765
CIE-Lab87.5907-21.296674.4733

#dde43f color RGB value is (221,228,63).

#dde43f hex color red value is 221, green value is 228 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dde43f hue: 0.17 , saturation: 0.75 and the lightness value of dde43f is 0.57.

The process color (four color CMYK) of #dde43f color hex is 0.03, 0.00, 0.72, 0.11. Web safe color of #dde43f is #cccc33. Color #dde43f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00111111
Octal 335 344 77
Decimal 221 228 63
Hex DD E4 3F

RGB Percentages of Color #dde43f

%43.16
%44.53
%12.30

CMYK Percentages of Color #dde43f

%3
%0
%72
%11

Triadic Colors of #dde43f

#dde43f #3fdde4 #e43fdd

Analogous Colors of #dde43f

#dde43f #8be43f #e4993f

Monochromatic Colors of #dde43f

#dde43f

Complementary Color

#dde43f #463fe4

#dde43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde43f Color CSS Codes

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

#dde43f Text Font Color

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

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


#dde43f Background Color

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

This div background color is #dde43f


#dde43f Border Color

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

This div border color is #dde43f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,228,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 #dde43f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde43f


Comments

No comments written yet.

Please login to write comment.