Color Hex Logo

#dfae30 Color Hex

#DFAE30
(223,174,48)
0 Favorites   0 Comments

Color spaces of #dfae30

RGB 22317448
HSL0.120.730.53
HSV43°78°87°
CMYK 0.000.220.78   0.13
XYZ46.101046.17359.2789
Yxy46.17350.45400.4547
Hunter Lab67.95112.187839.4696
CIE-Lab73.65806.393766.5707

#dfae30 color RGB value is (223,174,48).

#dfae30 hex color red value is 223, green value is 174 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dfae30 hue: 0.12 , saturation: 0.73 and the lightness value of dfae30 is 0.53.

The process color (four color CMYK) of #dfae30 color hex is 0.00, 0.22, 0.78, 0.13. Web safe color of #dfae30 is #cc9933. Color #dfae30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00110000
Octal 337 256 60
Decimal 223 174 48
Hex DF AE 30

RGB Percentages of Color #dfae30

%50.11
%39.10
%10.79

CMYK Percentages of Color #dfae30

%0
%22
%78
%13

Triadic Colors of #dfae30

#dfae30 #30dfae #ae30df

Analogous Colors of #dfae30

#dfae30 #b9df30 #df5730

Monochromatic Colors of #dfae30

#dfae30

Complementary Color

#dfae30 #3061df

#dfae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae30 Color CSS Codes

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

#dfae30 Text Font Color

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

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


#dfae30 Background Color

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

This div background color is #dfae30


#dfae30 Border Color

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

This div border color is #dfae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae30


Comments

No comments written yet.

Please login to write comment.