Color Hex Logo

#dcda07 Color Hex

#DCDA07
(220,218,7)
0 Favorites   0 Comments

Color spaces of #dcda07

RGB 2202187
HSL0.170.940.45
HSV59°97°86°
CMYK 0.000.010.97   0.14
XYZ54.625065.37389.9404
Yxy65.37380.42040.5031
Hunter Lab80.8541-20.900049.3086
CIE-Lab84.6760-18.240983.5236

#dcda07 color RGB value is (220,218,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00000111
Octal 334 332 7
Decimal 220 218 7
Hex DC DA 7

RGB Percentages of Color #dcda07

%49.44
%48.99
%1.57

CMYK Percentages of Color #dcda07

%0
%1
%97
%14

Triadic Colors of #dcda07

#dcda07 #07dcda #da07dc

Analogous Colors of #dcda07

#dcda07 #74dc07 #dc7007

Monochromatic Colors of #dcda07

#dcda07

Complementary Color

#dcda07 #0709dc

#dcda07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda07 Color CSS Codes

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

#dcda07 Text Font Color

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

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


#dcda07 Background Color

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

This div background color is #dcda07


#dcda07 Border Color

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

This div border color is #dcda07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda07


Comments

No comments written yet.

Please login to write comment.