Color Hex Logo

#dddf0e Color Hex

#DDDF0E
(221,223,14)
0 Favorites   0 Comments

Color spaces of #dddf0e

RGB 22122314
HSL0.170.880.46
HSV61°94°87°
CMYK 0.010.000.94   0.13
XYZ56.285768.179210.6088
Yxy68.17920.41670.5048
Hunter Lab82.5707-22.821250.1818
CIE-Lab86.0960-20.190883.9970

#dddf0e color RGB value is (221,223,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00001110
Octal 335 337 16
Decimal 221 223 14
Hex DD DF E

RGB Percentages of Color #dddf0e

%48.25
%48.69
%3.06

CMYK Percentages of Color #dddf0e

%1
%0
%94
%13

Triadic Colors of #dddf0e

#dddf0e #0edddf #df0edd

Analogous Colors of #dddf0e

#dddf0e #75df0e #df790e

Monochromatic Colors of #dddf0e

#dddf0e

Complementary Color

#dddf0e #100edf

#dddf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf0e Color CSS Codes

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

#dddf0e Text Font Color

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

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


#dddf0e Background Color

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

This div background color is #dddf0e


#dddf0e Border Color

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

This div border color is #dddf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf0e


Comments

No comments written yet.

Please login to write comment.