Color Hex Logo

#dfcb0e Color Hex

#DFCB0E
(223,203,14)
0 Favorites   0 Comments

Color spaces of #dfcb0e

RGB 22320314
HSL0.150.880.46
HSV54°94°87°
CMYK 0.000.090.94   0.13
XYZ51.866658.43168.9602
Yxy58.43160.43490.4900
Hunter Lab76.4406-12.654846.5585
CIE-Lab80.9782-9.420580.2111

#dfcb0e color RGB value is (223,203,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 00001110
Octal 337 313 16
Decimal 223 203 14
Hex DF CB E

RGB Percentages of Color #dfcb0e

%50.68
%46.14
%3.18

CMYK Percentages of Color #dfcb0e

%0
%9
%94
%13

Triadic Colors of #dfcb0e

#dfcb0e #0edfcb #cb0edf

Analogous Colors of #dfcb0e

#dfcb0e #8bdf0e #df620e

Monochromatic Colors of #dfcb0e

#dfcb0e

Complementary Color

#dfcb0e #0e22df

#dfcb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb0e Color CSS Codes

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

#dfcb0e Text Font Color

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

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


#dfcb0e Background Color

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

This div background color is #dfcb0e


#dfcb0e Border Color

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

This div border color is #dfcb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb0e


Comments

No comments written yet.

Please login to write comment.