Color Hex Logo

#dfbe38 Color Hex

#DFBE38
(223,190,56)
0 Favorites   0 Comments

Color spaces of #dfbe38

RGB 22319056
HSL0.130.720.55
HSV48°75°87°
CMYK 0.000.150.75   0.13
XYZ49.558752.800411.3209
Yxy52.80040.43590.4645
Hunter Lab72.6639-5.420141.6274
CIE-Lab77.7570-1.688767.6047

#dfbe38 color RGB value is (223,190,56).

#dfbe38 hex color red value is 223, green value is 190 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dfbe38 hue: 0.13 , saturation: 0.72 and the lightness value of dfbe38 is 0.55.

The process color (four color CMYK) of #dfbe38 color hex is 0.00, 0.15, 0.75, 0.13. Web safe color of #dfbe38 is #cccc33. Color #dfbe38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 00111000
Octal 337 276 70
Decimal 223 190 56
Hex DF BE 38

RGB Percentages of Color #dfbe38

%47.55
%40.51
%11.94

CMYK Percentages of Color #dfbe38

%0
%15
%75
%13

Triadic Colors of #dfbe38

#dfbe38 #38dfbe #be38df

Analogous Colors of #dfbe38

#dfbe38 #addf38 #df6b38

Monochromatic Colors of #dfbe38

#dfbe38

Complementary Color

#dfbe38 #3859df

#dfbe38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe38 Color CSS Codes

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

#dfbe38 Text Font Color

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

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


#dfbe38 Background Color

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

This div background color is #dfbe38


#dfbe38 Border Color

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

This div border color is #dfbe38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe38


Comments

No comments written yet.

Please login to write comment.