Color Hex Logo

#dfcb1c Color Hex

#DFCB1C
(223,203,28)
0 Favorites   0 Comments

Color spaces of #dfcb1c

RGB 22320328
HSL0.150.780.49
HSV54°87°87°
CMYK 0.000.090.87   0.13
XYZ51.997058.48379.6466
Yxy58.48370.43280.4868
Hunter Lab76.4746-12.464046.0533
CIE-Lab81.0070-9.202678.0938

#dfcb1c color RGB value is (223,203,28).

#dfcb1c hex color red value is 223, green value is 203 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dfcb1c hue: 0.15 , saturation: 0.78 and the lightness value of dfcb1c is 0.49.

The process color (four color CMYK) of #dfcb1c color hex is 0.00, 0.09, 0.87, 0.13. Web safe color of #dfcb1c is #cccc33. Color #dfcb1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 00011100
Octal 337 313 34
Decimal 223 203 28
Hex DF CB 1C

RGB Percentages of Color #dfcb1c

%49.12
%44.71
%6.17

CMYK Percentages of Color #dfcb1c

%0
%9
%87
%13

Triadic Colors of #dfcb1c

#dfcb1c #1cdfcb #cb1cdf

Analogous Colors of #dfcb1c

#dfcb1c #92df1c #df6a1c

Monochromatic Colors of #dfcb1c

#dfcb1c

Complementary Color

#dfcb1c #1c30df

#dfcb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb1c Color CSS Codes

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

#dfcb1c Text Font Color

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

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


#dfcb1c Background Color

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

This div background color is #dfcb1c


#dfcb1c Border Color

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

This div border color is #dfcb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb1c


Comments

No comments written yet.

Please login to write comment.