Color Hex Logo

#ddec2b Color Hex

#DDEC2B
(221,236,43)
0 Favorites   0 Comments

Color spaces of #ddec2b

RGB 22123643
HSL0.180.840.55
HSV65°82°93°
CMYK 0.060.000.82   0.07
XYZ60.250375.537513.6902
Yxy75.53750.40310.5053
Hunter Lab86.9123-28.354851.4994
CIE-Lab89.6442-25.849281.9500

#ddec2b color RGB value is (221,236,43).

#ddec2b hex color red value is 221, green value is 236 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ddec2b hue: 0.18 , saturation: 0.84 and the lightness value of ddec2b is 0.55.

The process color (four color CMYK) of #ddec2b color hex is 0.06, 0.00, 0.82, 0.07. Web safe color of #ddec2b is #ccff33. Color #ddec2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 00101011
Octal 335 354 53
Decimal 221 236 43
Hex DD EC 2B

RGB Percentages of Color #ddec2b

%44.20
%47.20
%8.60

CMYK Percentages of Color #ddec2b

%6
%0
%82
%7

Triadic Colors of #ddec2b

#ddec2b #2bddec #ec2bdd

Analogous Colors of #ddec2b

#ddec2b #7dec2b #ec9b2b

Monochromatic Colors of #ddec2b

#ddec2b

Complementary Color

#ddec2b #3a2bec

#ddec2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddec2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddec2b Color CSS Codes

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

#ddec2b Text Font Color

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

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


#ddec2b Background Color

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

This div background color is #ddec2b


#ddec2b Border Color

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

This div border color is #ddec2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddec2b


Comments

No comments written yet.

Please login to write comment.