Color Hex Logo

#ddeb6f Color Hex

#DDEB6F
(221,235,111)
0 Favorites   0 Comments

Color spaces of #ddeb6f

RGB 221235111
HSL0.190.760.68
HSV67°53°92°
CMYK 0.060.000.53   0.08
XYZ62.396475.936526.4075
Yxy75.93650.37880.4609
Hunter Lab87.1416-24.685543.0318
CIE-Lab89.8299-21.609257.7406

#ddeb6f color RGB value is (221,235,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 01101111
Octal 335 353 157
Decimal 221 235 111
Hex DD EB 6F

RGB Percentages of Color #ddeb6f

%38.98
%41.45
%19.58

CMYK Percentages of Color #ddeb6f

%6
%0
%53
%8

Triadic Colors of #ddeb6f

#ddeb6f #6fddeb #eb6fdd

Analogous Colors of #ddeb6f

#ddeb6f #9feb6f #ebbb6f

Monochromatic Colors of #ddeb6f

#ddeb6f

Complementary Color

#ddeb6f #7d6feb

#ddeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb6f Color CSS Codes

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

#ddeb6f Text Font Color

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

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


#ddeb6f Background Color

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

This div background color is #ddeb6f


#ddeb6f Border Color

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

This div border color is #ddeb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb6f


Comments

No comments written yet.

Please login to write comment.