Color Hex Logo

#dfca03 Color Hex

#DFCA03
(223,202,3)
0 Favorites   0 Comments

Color spaces of #dfca03

RGB 2232023
HSL0.150.970.44
HSV54°99°87°
CMYK 0.000.090.99   0.13
XYZ51.568457.93568.5509
Yxy57.93560.43680.4908
Hunter Lab76.1154-12.267846.6201
CIE-Lab80.7030-9.018981.0819

#dfca03 color RGB value is (223,202,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00000011
Octal 337 312 3
Decimal 223 202 3
Hex DF CA 3

RGB Percentages of Color #dfca03

%52.10
%47.20
%0.70

CMYK Percentages of Color #dfca03

%0
%9
%99
%13

Triadic Colors of #dfca03

#dfca03 #03dfca #ca03df

Analogous Colors of #dfca03

#dfca03 #86df03 #df5c03

Monochromatic Colors of #dfca03

#dfca03

Complementary Color

#dfca03 #0318df

#dfca03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca03 Color CSS Codes

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

#dfca03 Text Font Color

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

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


#dfca03 Background Color

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

This div background color is #dfca03


#dfca03 Border Color

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

This div border color is #dfca03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca03


Comments

No comments written yet.

Please login to write comment.