Color Hex Logo

#ddbe58 Color Hex

#DDBE58
(221,190,88)
0 Favorites   0 Comments

Color spaces of #ddbe58

RGB 22119088
HSL0.130.660.61
HSV46°60°87°
CMYK 0.000.140.60   0.13
XYZ49.993752.903616.8090
Yxy52.90360.41760.4419
Hunter Lab72.7349-4.595537.2125
CIE-Lab77.8180-0.777854.4657

#ddbe58 color RGB value is (221,190,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01011000
Octal 335 276 130
Decimal 221 190 88
Hex DD BE 58

RGB Percentages of Color #ddbe58

%44.29
%38.08
%17.64

CMYK Percentages of Color #ddbe58

%0
%14
%60
%13

Triadic Colors of #ddbe58

#ddbe58 #58ddbe #be58dd

Analogous Colors of #ddbe58

#ddbe58 #badd58 #dd7c58

Monochromatic Colors of #ddbe58

#ddbe58

Complementary Color

#ddbe58 #5877dd

#ddbe58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe58 Color CSS Codes

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

#ddbe58 Text Font Color

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

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


#ddbe58 Background Color

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

This div background color is #ddbe58


#ddbe58 Border Color

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

This div border color is #ddbe58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe58


Comments

No comments written yet.

Please login to write comment.