Color Hex Logo

#dfbe98 Color Hex

#DFBE98
(223,190,152)
0 Favorites   0 Comments

Color spaces of #dfbe98

RGB 223190152
HSL0.090.530.74
HSV32°32°87°
CMYK 0.000.150.32   0.13
XYZ54.512454.781937.4066
Yxy54.78190.37160.3734
Hunter Lab74.01481.940621.8456
CIE-Lab78.91556.303123.5728

#dfbe98 color RGB value is (223,190,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10011000
Octal 337 276 230
Decimal 223 190 152
Hex DF BE 98

RGB Percentages of Color #dfbe98

%39.47
%33.63
%26.90

CMYK Percentages of Color #dfbe98

%0
%15
%32
%13

Triadic Colors of #dfbe98

#dfbe98 #98dfbe #be98df

Analogous Colors of #dfbe98

#dfbe98 #dddf98 #df9b98

Monochromatic Colors of #dfbe98

#dfbe98

Complementary Color

#dfbe98 #98b9df

#dfbe98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe98 Color CSS Codes

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

#dfbe98 Text Font Color

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

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


#dfbe98 Background Color

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

This div background color is #dfbe98


#dfbe98 Border Color

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

This div border color is #dfbe98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe98


Comments

No comments written yet.

Please login to write comment.