Color Hex Logo

#ddeb7c Color Hex

#DDEB7C
(221,235,124)
0 Favorites   0 Comments

Color spaces of #ddeb7c

RGB 221235124
HSL0.190.740.70
HSV68°47°92°
CMYK 0.060.000.47   0.08
XYZ63.165276.244030.4562
Yxy76.24400.37190.4488
Hunter Lab87.3178-23.680340.4423
CIE-Lab89.9725-20.446651.9130

#ddeb7c color RGB value is (221,235,124).

#ddeb7c hex color red value is 221, green value is 235 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ddeb7c hue: 0.19 , saturation: 0.74 and the lightness value of ddeb7c is 0.70.

The process color (four color CMYK) of #ddeb7c color hex is 0.06, 0.00, 0.47, 0.08. Web safe color of #ddeb7c is #ccff66. Color #ddeb7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 01111100
Octal 335 353 174
Decimal 221 235 124
Hex DD EB 7C

RGB Percentages of Color #ddeb7c

%38.10
%40.52
%21.38

CMYK Percentages of Color #ddeb7c

%6
%0
%47
%8

Triadic Colors of #ddeb7c

#ddeb7c #7cddeb #eb7cdd

Analogous Colors of #ddeb7c

#ddeb7c #a6eb7c #ebc27c

Monochromatic Colors of #ddeb7c

#ddeb7c

Complementary Color

#ddeb7c #8a7ceb

#ddeb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb7c Color CSS Codes

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

#ddeb7c Text Font Color

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

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


#ddeb7c Background Color

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

This div background color is #ddeb7c


#ddeb7c Border Color

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

This div border color is #ddeb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb7c


Comments

No comments written yet.

Please login to write comment.