Color Hex Logo

#dde44b Color Hex

#DDE44B
(221,228,75)
0 Favorites   0 Comments

Color spaces of #dde44b

RGB 22122875
HSL0.170.740.59
HSV63°67°89°
CMYK 0.030.000.67   0.11
XYZ58.832271.367017.3310
Yxy71.36700.39880.4837
Hunter Lab84.4790-23.528746.9719
CIE-Lab87.6630-20.706370.3405

#dde44b color RGB value is (221,228,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01001011
Octal 335 344 113
Decimal 221 228 75
Hex DD E4 4B

RGB Percentages of Color #dde44b

%42.18
%43.51
%14.31

CMYK Percentages of Color #dde44b

%3
%0
%67
%11

Triadic Colors of #dde44b

#dde44b #4bdde4 #e44bdd

Analogous Colors of #dde44b

#dde44b #91e44b #e49f4b

Monochromatic Colors of #dde44b

#dde44b

Complementary Color

#dde44b #524be4

#dde44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde44b Color CSS Codes

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

#dde44b Text Font Color

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

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


#dde44b Background Color

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

This div background color is #dde44b


#dde44b Border Color

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

This div border color is #dde44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde44b


Comments

No comments written yet.

Please login to write comment.