Color Hex Logo

#ddbe17 Color Hex

#DDBE17
(221,190,23)
0 Favorites   0 Comments

Color spaces of #ddbe17

RGB 22119023
HSL0.140.810.48
HSV51°90°87°
CMYK 0.000.140.90   0.13
XYZ48.386952.26098.3477
Yxy52.26090.44390.4795
Hunter Lab72.2917-7.035343.7578
CIE-Lab77.4366-3.504776.1341

#ddbe17 color RGB value is (221,190,23).

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

The process color (four color CMYK) of #ddbe17 color hex is 0.00, 0.14, 0.90, 0.13. Web safe color of #ddbe17 is #cccc00. Color #ddbe17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 00010111
Octal 335 276 27
Decimal 221 190 23
Hex DD BE 17

RGB Percentages of Color #ddbe17

%50.92
%43.78
%5.30

CMYK Percentages of Color #ddbe17

%0
%14
%90
%13

Triadic Colors of #ddbe17

#ddbe17 #17ddbe #be17dd

Analogous Colors of #ddbe17

#ddbe17 #99dd17 #dd5b17

Monochromatic Colors of #ddbe17

#ddbe17

Complementary Color

#ddbe17 #1736dd

#ddbe17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe17 Color CSS Codes

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

#ddbe17 Text Font Color

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

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


#ddbe17 Background Color

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

This div background color is #ddbe17


#ddbe17 Border Color

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

This div border color is #ddbe17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe17


Comments

No comments written yet.

Please login to write comment.