Color Hex Logo

#ddde0b Color Hex

#DDDE0B
(221,222,11)
0 Favorites   0 Comments

Color spaces of #ddde0b

RGB 22122211
HSL0.170.910.46
HSV60°95°87°
CMYK 0.000.000.95   0.13
XYZ56.000567.638910.4207
Yxy67.63890.41770.5045
Hunter Lab82.2429-22.381550.0576
CIE-Lab85.8256-19.735684.0779

#ddde0b color RGB value is (221,222,11).

#ddde0b hex color red value is 221, green value is 222 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ddde0b hue: 0.17 , saturation: 0.91 and the lightness value of ddde0b is 0.46.

The process color (four color CMYK) of #ddde0b color hex is 0.00, 0.00, 0.95, 0.13. Web safe color of #ddde0b is #cccc00. Color #ddde0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 00001011
Octal 335 336 13
Decimal 221 222 11
Hex DD DE B

RGB Percentages of Color #ddde0b

%48.68
%48.90
%2.42

CMYK Percentages of Color #ddde0b

%0
%0
%95
%13

Triadic Colors of #ddde0b

#ddde0b #0bddde #de0bdd

Analogous Colors of #ddde0b

#ddde0b #74de0b #de760b

Monochromatic Colors of #ddde0b

#ddde0b

Complementary Color

#ddde0b #0c0bde

#ddde0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde0b Color CSS Codes

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

#ddde0b Text Font Color

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

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


#ddde0b Background Color

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

This div background color is #ddde0b


#ddde0b Border Color

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

This div border color is #ddde0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde0b


Comments

No comments written yet.

Please login to write comment.