Color Hex Logo

#dfdb30 Color Hex

#DFDB30
(223,219,48)
0 Favorites   0 Comments

Color spaces of #dfdb30

RGB 22321948
HSL0.160.730.53
HSV59°78°87°
CMYK 0.000.020.78   0.13
XYZ56.296466.564412.6774
Yxy66.56440.41540.4911
Hunter Lab81.5870-19.609347.8981
CIE-Lab85.2835-16.662176.9660

#dfdb30 color RGB value is (223,219,48).

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

The process color (four color CMYK) of #dfdb30 color hex is 0.00, 0.02, 0.78, 0.13. Web safe color of #dfdb30 is #cccc33. Color #dfdb30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 00110000
Octal 337 333 60
Decimal 223 219 48
Hex DF DB 30

RGB Percentages of Color #dfdb30

%45.51
%44.69
%9.80

CMYK Percentages of Color #dfdb30

%0
%2
%78
%13

Triadic Colors of #dfdb30

#dfdb30 #30dfdb #db30df

Analogous Colors of #dfdb30

#dfdb30 #8cdf30 #df8430

Monochromatic Colors of #dfdb30

#dfdb30

Complementary Color

#dfdb30 #3034df

#dfdb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb30 Color CSS Codes

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

#dfdb30 Text Font Color

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

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


#dfdb30 Background Color

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

This div background color is #dfdb30


#dfdb30 Border Color

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

This div border color is #dfdb30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,219,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 #dfdb30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb30


Comments

No comments written yet.

Please login to write comment.