Color Hex Logo

#dde43b Color Hex

#DDE43B
(221,228,59)
0 Favorites   0 Comments

Color spaces of #dde43b

RGB 22122859
HSL0.170.760.56
HSV62°74°89°
CMYK 0.030.000.74   0.11
XYZ58.351671.174714.8003
Yxy71.17470.40430.4932
Hunter Lab84.3651-24.178448.6542
CIE-Lab87.5698-21.468175.7354

#dde43b color RGB value is (221,228,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00111011
Octal 335 344 73
Decimal 221 228 59
Hex DD E4 3B

RGB Percentages of Color #dde43b

%43.50
%44.88
%11.61

CMYK Percentages of Color #dde43b

%3
%0
%74
%11

Triadic Colors of #dde43b

#dde43b #3bdde4 #e43bdd

Analogous Colors of #dde43b

#dde43b #89e43b #e4973b

Monochromatic Colors of #dde43b

#dde43b

Complementary Color

#dde43b #423be4

#dde43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde43b Color CSS Codes

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

#dde43b Text Font Color

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

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


#dde43b Background Color

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

This div background color is #dde43b


#dde43b Border Color

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

This div border color is #dde43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde43b


Comments

No comments written yet.

Please login to write comment.