Color Hex Logo

#ddeb1c Color Hex

#DDEB1C
(221,235,28)
0 Favorites   0 Comments

Color spaces of #ddeb1c

RGB 22123528
HSL0.180.840.52
HSV64°88°92°
CMYK 0.060.000.88   0.08
XYZ59.736774.872712.4020
Yxy74.87270.40630.5093
Hunter Lab86.5290-28.195452.0724
CIE-Lab89.3333-25.733384.6608

#ddeb1c color RGB value is (221,235,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 00011100
Octal 335 353 34
Decimal 221 235 28
Hex DD EB 1C

RGB Percentages of Color #ddeb1c

%45.66
%48.55
%5.79

CMYK Percentages of Color #ddeb1c

%6
%0
%88
%8

Triadic Colors of #ddeb1c

#ddeb1c #1cddeb #eb1cdd

Analogous Colors of #ddeb1c

#ddeb1c #76eb1c #eb921c

Monochromatic Colors of #ddeb1c

#ddeb1c

Complementary Color

#ddeb1c #2a1ceb

#ddeb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb1c Color CSS Codes

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

#ddeb1c Text Font Color

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

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


#ddeb1c Background Color

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

This div background color is #ddeb1c


#ddeb1c Border Color

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

This div border color is #ddeb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb1c


Comments

No comments written yet.

Please login to write comment.