Color Hex Logo

#dddf07 Color Hex

#DDDF07
(221,223,7)
0 Favorites   0 Comments

Color spaces of #dddf07

RGB 2212237
HSL0.170.940.45
HSV61°97°87°
CMYK 0.010.000.97   0.13
XYZ56.244868.162810.3933
Yxy68.16280.41720.5057
Hunter Lab82.5608-22.877650.3287
CIE-Lab86.0878-20.257284.6103

#dddf07 color RGB value is (221,223,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00000111
Octal 335 337 7
Decimal 221 223 7
Hex DD DF 7

RGB Percentages of Color #dddf07

%49.00
%49.45
%1.55

CMYK Percentages of Color #dddf07

%1
%0
%97
%13

Triadic Colors of #dddf07

#dddf07 #07dddf #df07dd

Analogous Colors of #dddf07

#dddf07 #71df07 #df7507

Monochromatic Colors of #dddf07

#dddf07

Complementary Color

#dddf07 #0907df

#dddf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf07 Color CSS Codes

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

#dddf07 Text Font Color

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

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


#dddf07 Background Color

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

This div background color is #dddf07


#dddf07 Border Color

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

This div border color is #dddf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf07


Comments

No comments written yet.

Please login to write comment.