Color Hex Logo

#ddbe52 Color Hex

#DDBE52
(221,190,82)
0 Favorites   0 Comments

Color spaces of #ddbe52

RGB 22119082
HSL0.130.670.59
HSV47°63°87°
CMYK 0.000.140.63   0.13
XYZ49.755252.808315.5533
Yxy52.80830.42120.4471
Hunter Lab72.6693-4.956038.1788
CIE-Lab77.7617-1.177757.1096

#ddbe52 color RGB value is (221,190,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01010010
Octal 335 276 122
Decimal 221 190 82
Hex DD BE 52

RGB Percentages of Color #ddbe52

%44.83
%38.54
%16.63

CMYK Percentages of Color #ddbe52

%0
%14
%63
%13

Triadic Colors of #ddbe52

#ddbe52 #52ddbe #be52dd

Analogous Colors of #ddbe52

#ddbe52 #b7dd52 #dd7952

Monochromatic Colors of #ddbe52

#ddbe52

Complementary Color

#ddbe52 #5271dd

#ddbe52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe52 Color CSS Codes

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

#ddbe52 Text Font Color

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

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


#ddbe52 Background Color

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

This div background color is #ddbe52


#ddbe52 Border Color

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

This div border color is #ddbe52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe52


Comments

No comments written yet.

Please login to write comment.