Color Hex Logo

#dfbe26 Color Hex

#DFBE26
(223,190,38)
0 Favorites   0 Comments

Color spaces of #dfbe26

RGB 22319038
HSL0.140.740.51
HSV49°83°87°
CMYK 0.000.150.83   0.13
XYZ49.194752.65489.4043
Yxy52.65480.44220.4733
Hunter Lab72.5636-5.971843.1105
CIE-Lab77.6707-2.304673.0945

#dfbe26 color RGB value is (223,190,38).

#dfbe26 hex color red value is 223, green value is 190 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dfbe26 hue: 0.14 , saturation: 0.74 and the lightness value of dfbe26 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 00100110
Octal 337 276 46
Decimal 223 190 38
Hex DF BE 26

RGB Percentages of Color #dfbe26

%49.45
%42.13
%8.43

CMYK Percentages of Color #dfbe26

%0
%15
%83
%13

Triadic Colors of #dfbe26

#dfbe26 #26dfbe #be26df

Analogous Colors of #dfbe26

#dfbe26 #a4df26 #df6226

Monochromatic Colors of #dfbe26

#dfbe26

Complementary Color

#dfbe26 #2647df

#dfbe26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe26 Color CSS Codes

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

#dfbe26 Text Font Color

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

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


#dfbe26 Background Color

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

This div background color is #dfbe26


#dfbe26 Border Color

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

This div border color is #dfbe26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe26


Comments

No comments written yet.

Please login to write comment.