Color Hex Logo

#ddae27 Color Hex

#DDAE27
(221,174,39)
0 Favorites   0 Comments

Color spaces of #ddae27

RGB 22117439
HSL0.120.730.51
HSV45°82°87°
CMYK 0.000.210.82   0.13
XYZ45.321145.79078.3693
Yxy45.79070.45560.4603
Hunter Lab67.66881.129740.0352
CIE-Lab73.40955.236769.1176

#ddae27 color RGB value is (221,174,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 00100111
Octal 335 256 47
Decimal 221 174 39
Hex DD AE 27

RGB Percentages of Color #ddae27

%50.92
%40.09
%8.99

CMYK Percentages of Color #ddae27

%0
%21
%82
%13

Triadic Colors of #ddae27

#ddae27 #27ddae #ae27dd

Analogous Colors of #ddae27

#ddae27 #b1dd27 #dd5327

Monochromatic Colors of #ddae27

#ddae27

Complementary Color

#ddae27 #2756dd

#ddae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae27 Color CSS Codes

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

#ddae27 Text Font Color

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

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


#ddae27 Background Color

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

This div background color is #ddae27


#ddae27 Border Color

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

This div border color is #ddae27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,174,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 #ddae27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae27


Comments

No comments written yet.

Please login to write comment.