Color Hex Logo

#ddb294 Color Hex

#DDB294
(221,178,148)
0 Favorites   0 Comments

Color spaces of #ddb294

RGB 221178148
HSL0.070.520.72
HSV25°33°87°
CMYK 0.000.190.33   0.13
XYZ51.084549.351134.8502
Yxy49.35110.37760.3648
Hunter Lab70.25036.863219.7623
CIE-Lab75.669211.398721.2423

#ddb294 color RGB value is (221,178,148).

#ddb294 hex color red value is 221, green value is 178 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ddb294 hue: 0.07 , saturation: 0.52 and the lightness value of ddb294 is 0.72.

The process color (four color CMYK) of #ddb294 color hex is 0.00, 0.19, 0.33, 0.13. Web safe color of #ddb294 is #cc9999. Color #ddb294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 10010100
Octal 335 262 224
Decimal 221 178 148
Hex DD B2 94

RGB Percentages of Color #ddb294

%40.40
%32.54
%27.06

CMYK Percentages of Color #ddb294

%0
%19
%33
%13

Triadic Colors of #ddb294

#ddb294 #94ddb2 #b294dd

Analogous Colors of #ddb294

#ddb294 #ddd794 #dd949b

Monochromatic Colors of #ddb294

#ddb294

Complementary Color

#ddb294 #94bfdd

#ddb294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb294 Color CSS Codes

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

#ddb294 Text Font Color

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

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


#ddb294 Background Color

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

This div background color is #ddb294


#ddb294 Border Color

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

This div border color is #ddb294


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,178,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb294; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb294;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb294;
  box-shadow:         1px 1px 3px 2px #ddb294; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,178,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb294


Comments

No comments written yet.

Please login to write comment.