Color Hex Logo

#dfd248 Color Hex

#DFD248
(223,210,72)
0 Favorites   0 Comments

Color spaces of #dfd248

RGB 22321072
HSL0.150.700.58
HSV55°68°87°
CMYK 0.000.060.68   0.13
XYZ54.647762.249015.2659
Yxy62.24900.41350.4710
Hunter Lab78.8980-14.435943.7567
CIE-Lab83.0457-11.156066.8679

#dfd248 color RGB value is (223,210,72).

#dfd248 hex color red value is 223, green value is 210 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dfd248 hue: 0.15 , saturation: 0.70 and the lightness value of dfd248 is 0.58.

The process color (four color CMYK) of #dfd248 color hex is 0.00, 0.06, 0.68, 0.13. Web safe color of #dfd248 is #cccc33. Color #dfd248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01001000
Octal 337 322 110
Decimal 223 210 72
Hex DF D2 48

RGB Percentages of Color #dfd248

%44.16
%41.58
%14.26

CMYK Percentages of Color #dfd248

%0
%6
%68
%13

Triadic Colors of #dfd248

#dfd248 #48dfd2 #d248df

Analogous Colors of #dfd248

#dfd248 #a1df48 #df8748

Monochromatic Colors of #dfd248

#dfd248

Complementary Color

#dfd248 #4855df

#dfd248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd248 Color CSS Codes

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

#dfd248 Text Font Color

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

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


#dfd248 Background Color

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

This div background color is #dfd248


#dfd248 Border Color

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

This div border color is #dfd248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd248


Comments

No comments written yet.

Please login to write comment.