Color Hex Logo

#ddab23 Color Hex

#DDAB23
(221,171,35)
0 Favorites   0 Comments

Color spaces of #ddab23

RGB 22117135
HSL0.120.730.50
HSV44°84°87°
CMYK 0.000.230.84   0.13
XYZ44.685144.61937.8473
Yxy44.61930.46000.4593
Hunter Lab66.79772.513839.7931
CIE-Lab72.64056.715669.5978

#ddab23 color RGB value is (221,171,35).

#ddab23 hex color red value is 221, green value is 171 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ddab23 hue: 0.12 , saturation: 0.73 and the lightness value of ddab23 is 0.50.

The process color (four color CMYK) of #ddab23 color hex is 0.00, 0.23, 0.84, 0.13. Web safe color of #ddab23 is #cc9933. Color #ddab23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 00100011
Octal 335 253 43
Decimal 221 171 35
Hex DD AB 23

RGB Percentages of Color #ddab23

%51.76
%40.05
%8.20

CMYK Percentages of Color #ddab23

%0
%23
%84
%13

Triadic Colors of #ddab23

#ddab23 #23ddab #ab23dd

Analogous Colors of #ddab23

#ddab23 #b2dd23 #dd4e23

Monochromatic Colors of #ddab23

#ddab23

Complementary Color

#ddab23 #2355dd

#ddab23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab23 Color CSS Codes

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

#ddab23 Text Font Color

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

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


#ddab23 Background Color

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

This div background color is #ddab23


#ddab23 Border Color

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

This div border color is #ddab23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab23


Comments

No comments written yet.

Please login to write comment.