Color Hex Logo

#dced07 Color Hex

#DCED07
(220,237,7)
0 Favorites   0 Comments

Color spaces of #dced07

RGB 2202377
HSL0.180.940.48
HSV64°97°93°
CMYK 0.070.000.97   0.07
XYZ59.837775.799411.6780
Yxy75.79940.40620.5145
Hunter Lab87.0629-29.678252.9913
CIE-Lab89.7661-27.357587.3315

#dced07 color RGB value is (220,237,7).

#dced07 hex color red value is 220, green value is 237 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dced07 hue: 0.18 , saturation: 0.94 and the lightness value of dced07 is 0.48.

The process color (four color CMYK) of #dced07 color hex is 0.07, 0.00, 0.97, 0.07. Web safe color of #dced07 is #ccff00. Color #dced07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 00000111
Octal 334 355 7
Decimal 220 237 7
Hex DC ED 7

RGB Percentages of Color #dced07

%47.41
%51.08
%1.51

CMYK Percentages of Color #dced07

%7
%0
%97
%7

Triadic Colors of #dced07

#dced07 #07dced #ed07dc

Analogous Colors of #dced07

#dced07 #69ed07 #ed8b07

Monochromatic Colors of #dced07

#dced07

Complementary Color

#dced07 #1807ed

#dced07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced07 Color CSS Codes

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

#dced07 Text Font Color

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

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


#dced07 Background Color

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

This div background color is #dced07


#dced07 Border Color

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

This div border color is #dced07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced07


Comments

No comments written yet.

Please login to write comment.