Color Hex Logo

#dfbe66 Color Hex

#DFBE66
(223,190,102)
0 Favorites   0 Comments

Color spaces of #dfbe66

RGB 223190102
HSL0.120.650.64
HSV44°54°87°
CMYK 0.000.150.54   0.13
XYZ51.243253.474220.1911
Yxy53.47420.41020.4281
Hunter Lab73.1261-2.886434.8175
CIE-Lab78.15411.108448.2844

#dfbe66 color RGB value is (223,190,102).

#dfbe66 hex color red value is 223, green value is 190 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dfbe66 hue: 0.12 , saturation: 0.65 and the lightness value of dfbe66 is 0.64.

The process color (four color CMYK) of #dfbe66 color hex is 0.00, 0.15, 0.54, 0.13. Web safe color of #dfbe66 is #cccc66. Color #dfbe66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 01100110
Octal 337 276 146
Decimal 223 190 102
Hex DF BE 66

RGB Percentages of Color #dfbe66

%43.30
%36.89
%19.81

CMYK Percentages of Color #dfbe66

%0
%15
%54
%13

Triadic Colors of #dfbe66

#dfbe66 #66dfbe #be66df

Analogous Colors of #dfbe66

#dfbe66 #c4df66 #df8266

Monochromatic Colors of #dfbe66

#dfbe66

Complementary Color

#dfbe66 #6687df

#dfbe66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe66 Color CSS Codes

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

#dfbe66 Text Font Color

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

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


#dfbe66 Background Color

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

This div background color is #dfbe66


#dfbe66 Border Color

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

This div border color is #dfbe66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe66


Comments

No comments written yet.

Please login to write comment.