Color Hex Logo

#ddbe50 Color Hex

#DDBE50
(221,190,80)
0 Favorites   0 Comments

Color spaces of #ddbe50

RGB 22119080
HSL0.130.670.59
HSV47°64°87°
CMYK 0.000.140.64   0.13
XYZ49.680252.778315.1582
Yxy52.77830.42240.4487
Hunter Lab72.6487-5.069438.4832
CIE-Lab77.7439-1.303757.9719

#ddbe50 color RGB value is (221,190,80).

#ddbe50 hex color red value is 221, green value is 190 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ddbe50 hue: 0.13 , saturation: 0.67 and the lightness value of ddbe50 is 0.59.

The process color (four color CMYK) of #ddbe50 color hex is 0.00, 0.14, 0.64, 0.13. Web safe color of #ddbe50 is #cccc66. Color #ddbe50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01010000
Octal 335 276 120
Decimal 221 190 80
Hex DD BE 50

RGB Percentages of Color #ddbe50

%45.01
%38.70
%16.29

CMYK Percentages of Color #ddbe50

%0
%14
%64
%13

Triadic Colors of #ddbe50

#ddbe50 #50ddbe #be50dd

Analogous Colors of #ddbe50

#ddbe50 #b6dd50 #dd7850

Monochromatic Colors of #ddbe50

#ddbe50

Complementary Color

#ddbe50 #506fdd

#ddbe50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe50 Color CSS Codes

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

#ddbe50 Text Font Color

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

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


#ddbe50 Background Color

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

This div background color is #ddbe50


#ddbe50 Border Color

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

This div border color is #ddbe50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe50


Comments

No comments written yet.

Please login to write comment.