Color Hex Logo

#dfbe12 Color Hex

#DFBE12
(223,190,18)
0 Favorites   0 Comments

Color spaces of #dfbe12

RGB 22319018
HSL0.140.850.47
HSV50°92°87°
CMYK 0.000.150.92   0.13
XYZ48.954152.55868.1369
Yxy52.55860.44650.4793
Hunter Lab72.4973-6.337544.0936
CIE-Lab77.6137-2.714177.1607

#dfbe12 color RGB value is (223,190,18).

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

The process color (four color CMYK) of #dfbe12 color hex is 0.00, 0.15, 0.92, 0.13. Web safe color of #dfbe12 is #cccc00. Color #dfbe12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 00010010
Octal 337 276 22
Decimal 223 190 18
Hex DF BE 12

RGB Percentages of Color #dfbe12

%51.74
%44.08
%4.18

CMYK Percentages of Color #dfbe12

%0
%15
%92
%13

Triadic Colors of #dfbe12

#dfbe12 #12dfbe #be12df

Analogous Colors of #dfbe12

#dfbe12 #9adf12 #df5712

Monochromatic Colors of #dfbe12

#dfbe12

Complementary Color

#dfbe12 #1233df

#dfbe12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe12 Color CSS Codes

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

#dfbe12 Text Font Color

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

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


#dfbe12 Background Color

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

This div background color is #dfbe12


#dfbe12 Border Color

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

This div border color is #dfbe12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe12


Comments

No comments written yet.

Please login to write comment.