Color Hex Logo

#dfca42 Color Hex

#DFCA42
(223,202,66)
0 Favorites   0 Comments

Color spaces of #dfca42

RGB 22320266
HSL0.140.710.57
HSV52°70°87°
CMYK 0.000.090.70   0.13
XYZ52.535358.322413.6427
Yxy58.32240.42200.4685
Hunter Lab76.3691-10.853542.8667
CIE-Lab80.9177-7.411567.0204

#dfca42 color RGB value is (223,202,66).

#dfca42 hex color red value is 223, green value is 202 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfca42 hue: 0.14 , saturation: 0.71 and the lightness value of dfca42 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01000010
Octal 337 312 102
Decimal 223 202 66
Hex DF CA 42

RGB Percentages of Color #dfca42

%45.42
%41.14
%13.44

CMYK Percentages of Color #dfca42

%0
%9
%70
%13

Triadic Colors of #dfca42

#dfca42 #42dfca #ca42df

Analogous Colors of #dfca42

#dfca42 #a6df42 #df7c42

Monochromatic Colors of #dfca42

#dfca42

Complementary Color

#dfca42 #4257df

#dfca42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca42 Color CSS Codes

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

#dfca42 Text Font Color

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

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


#dfca42 Background Color

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

This div background color is #dfca42


#dfca42 Border Color

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

This div border color is #dfca42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca42


Comments

No comments written yet.

Please login to write comment.