Color Hex Logo

#ddbe25 Color Hex

#DDBE25
(221,190,37)
0 Favorites   0 Comments

Color spaces of #ddbe25

RGB 22119037
HSL0.140.730.51
HSV50°83°87°
CMYK 0.000.140.83   0.13
XYZ48.566252.33269.2918
Yxy52.33260.44070.4749
Hunter Lab72.3413-6.761543.0234
CIE-Lab77.4793-3.196373.1184

#ddbe25 color RGB value is (221,190,37).

#ddbe25 hex color red value is 221, green value is 190 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ddbe25 hue: 0.14 , saturation: 0.73 and the lightness value of ddbe25 is 0.51.

The process color (four color CMYK) of #ddbe25 color hex is 0.00, 0.14, 0.83, 0.13. Web safe color of #ddbe25 is #cccc33. Color #ddbe25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 00100101
Octal 335 276 45
Decimal 221 190 37
Hex DD BE 25

RGB Percentages of Color #ddbe25

%49.33
%42.41
%8.26

CMYK Percentages of Color #ddbe25

%0
%14
%83
%13

Triadic Colors of #ddbe25

#ddbe25 #25ddbe #be25dd

Analogous Colors of #ddbe25

#ddbe25 #a0dd25 #dd6225

Monochromatic Colors of #ddbe25

#ddbe25

Complementary Color

#ddbe25 #2544dd

#ddbe25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe25 Color CSS Codes

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

#ddbe25 Text Font Color

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

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


#ddbe25 Background Color

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

This div background color is #ddbe25


#ddbe25 Border Color

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

This div border color is #ddbe25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe25


Comments

No comments written yet.

Please login to write comment.