Color Hex Logo

#dfcb1e Color Hex

#DFCB1E
(223,203,30)
0 Favorites   0 Comments

Color spaces of #dfcb1e

RGB 22320330
HSL0.150.760.50
HSV54°87°87°
CMYK 0.000.090.87   0.13
XYZ52.021758.49369.7768
Yxy58.49360.43250.4863
Hunter Lab76.4811-12.428045.9576
CIE-Lab81.0124-9.161477.7039

#dfcb1e color RGB value is (223,203,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 00011110
Octal 337 313 36
Decimal 223 203 30
Hex DF CB 1E

RGB Percentages of Color #dfcb1e

%48.90
%44.52
%6.58

CMYK Percentages of Color #dfcb1e

%0
%9
%87
%13

Triadic Colors of #dfcb1e

#dfcb1e #1edfcb #cb1edf

Analogous Colors of #dfcb1e

#dfcb1e #93df1e #df6b1e

Monochromatic Colors of #dfcb1e

#dfcb1e

Complementary Color

#dfcb1e #1e32df

#dfcb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb1e Color CSS Codes

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

#dfcb1e Text Font Color

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

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


#dfcb1e Background Color

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

This div background color is #dfcb1e


#dfcb1e Border Color

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

This div border color is #dfcb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb1e


Comments

No comments written yet.

Please login to write comment.