Color Hex Logo

#ddab27 Color Hex

#DDAB27
(221,171,39)
0 Favorites   0 Comments

Color spaces of #ddab27

RGB 22117139
HSL0.120.730.51
HSV44°82°87°
CMYK 0.000.230.82   0.13
XYZ44.747944.64458.1782
Yxy44.64450.45860.4576
Hunter Lab66.81652.614839.5146
CIE-Lab72.65726.825768.4728

#ddab27 color RGB value is (221,171,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 00100111
Octal 335 253 47
Decimal 221 171 39
Hex DD AB 27

RGB Percentages of Color #ddab27

%51.28
%39.68
%9.05

CMYK Percentages of Color #ddab27

%0
%23
%82
%13

Triadic Colors of #ddab27

#ddab27 #27ddab #ab27dd

Analogous Colors of #ddab27

#ddab27 #b4dd27 #dd5027

Monochromatic Colors of #ddab27

#ddab27

Complementary Color

#ddab27 #2759dd

#ddab27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab27 Color CSS Codes

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

#ddab27 Text Font Color

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

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


#ddab27 Background Color

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

This div background color is #ddab27


#ddab27 Border Color

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

This div border color is #ddab27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab27


Comments

No comments written yet.

Please login to write comment.