Color Hex Logo

#dfca14 Color Hex

#DFCA14
(223,202,20)
0 Favorites   0 Comments

Color spaces of #dfca14

RGB 22320220
HSL0.150.840.48
HSV54°91°87°
CMYK 0.000.090.91   0.13
XYZ51.678257.97959.1293
Yxy57.97950.43500.4881
Hunter Lab76.1443-12.106746.1924
CIE-Lab80.7274-8.834979.2349

#dfca14 color RGB value is (223,202,20).

#dfca14 hex color red value is 223, green value is 202 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dfca14 hue: 0.15 , saturation: 0.84 and the lightness value of dfca14 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00010100
Octal 337 312 24
Decimal 223 202 20
Hex DF CA 14

RGB Percentages of Color #dfca14

%50.11
%45.39
%4.49

CMYK Percentages of Color #dfca14

%0
%9
%91
%13

Triadic Colors of #dfca14

#dfca14 #14dfca #ca14df

Analogous Colors of #dfca14

#dfca14 #8fdf14 #df6514

Monochromatic Colors of #dfca14

#dfca14

Complementary Color

#dfca14 #1429df

#dfca14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca14 Color CSS Codes

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

#dfca14 Text Font Color

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

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


#dfca14 Background Color

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

This div background color is #dfca14


#dfca14 Border Color

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

This div border color is #dfca14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca14


Comments

No comments written yet.

Please login to write comment.