Color Hex Logo

#dfbe90 Color Hex

#DFBE90
(223,190,144)
0 Favorites   0 Comments

Color spaces of #dfbe90

RGB 223190144
HSL0.100.550.72
HSV35°35°87°
CMYK 0.000.150.35   0.13
XYZ53.878954.528534.0709
Yxy54.52850.37820.3827
Hunter Lab73.84341.014324.3343
CIE-Lab78.76895.319427.6140

#dfbe90 color RGB value is (223,190,144).

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

The process color (four color CMYK) of #dfbe90 color hex is 0.00, 0.15, 0.35, 0.13. Web safe color of #dfbe90 is #cccc99. Color #dfbe90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10010000
Octal 337 276 220
Decimal 223 190 144
Hex DF BE 90

RGB Percentages of Color #dfbe90

%40.04
%34.11
%25.85

CMYK Percentages of Color #dfbe90

%0
%15
%35
%13

Triadic Colors of #dfbe90

#dfbe90 #90dfbe #be90df

Analogous Colors of #dfbe90

#dfbe90 #d9df90 #df9790

Monochromatic Colors of #dfbe90

#dfbe90

Complementary Color

#dfbe90 #90b1df

#dfbe90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe90 Color CSS Codes

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

#dfbe90 Text Font Color

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

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


#dfbe90 Background Color

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

This div background color is #dfbe90


#dfbe90 Border Color

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

This div border color is #dfbe90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe90


Comments

No comments written yet.

Please login to write comment.