Color Hex Logo

#ddbc94 Color Hex

#DDBC94
(221,188,148)
0 Favorites   0 Comments

Color spaces of #ddbc94

RGB 221188148
HSL0.090.520.72
HSV33°33°87°
CMYK 0.000.150.33   0.13
XYZ53.147353.476735.5378
Yxy53.47670.37390.3762
Hunter Lab73.12781.755422.3764
CIE-Lab78.15566.081324.6353

#ddbc94 color RGB value is (221,188,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10010100
Octal 335 274 224
Decimal 221 188 148
Hex DD BC 94

RGB Percentages of Color #ddbc94

%39.68
%33.75
%26.57

CMYK Percentages of Color #ddbc94

%0
%15
%33
%13

Triadic Colors of #ddbc94

#ddbc94 #94ddbc #bc94dd

Analogous Colors of #ddbc94

#ddbc94 #dadd94 #dd9894

Monochromatic Colors of #ddbc94

#ddbc94

Complementary Color

#ddbc94 #94b5dd

#ddbc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc94 Color CSS Codes

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

#ddbc94 Text Font Color

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

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


#ddbc94 Background Color

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

This div background color is #ddbc94


#ddbc94 Border Color

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

This div border color is #ddbc94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,188,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 #ddbc94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc94


Comments

No comments written yet.

Please login to write comment.