Color Hex Logo

#dede07 Color Hex

#DEDE07
(222,222,7)
0 Favorites   0 Comments

Color spaces of #dede07

RGB 2222227
HSL0.170.940.45
HSV60°97°87°
CMYK 0.000.000.97   0.13
XYZ56.283867.787510.3188
Yxy67.78750.41880.5044
Hunter Lab82.3332-22.058650.2024
CIE-Lab85.9001-19.351184.5056

#dede07 color RGB value is (222,222,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 00000111
Octal 336 336 7
Decimal 222 222 7
Hex DE DE 7

RGB Percentages of Color #dede07

%49.22
%49.22
%1.55

CMYK Percentages of Color #dede07

%0
%0
%97
%13

Triadic Colors of #dede07

#dede07 #07dede #de07de

Analogous Colors of #dede07

#dede07 #73de07 #de7307

Monochromatic Colors of #dede07

#dede07

Complementary Color

#dede07 #0707de

#dede07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dede07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dede07 Color CSS Codes

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

#dede07 Text Font Color

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

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


#dede07 Background Color

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

This div background color is #dede07


#dede07 Border Color

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

This div border color is #dede07


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,222,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 #dede07">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dede07


Comments

No comments written yet.

Please login to write comment.