Color Hex Logo

#ddae30 Color Hex

#DDAE30
(221,174,48)
0 Favorites   0 Comments

Color spaces of #ddae30

RGB 22117448
HSL0.120.720.53
HSV44°78°87°
CMYK 0.000.210.78   0.13
XYZ45.488345.85779.2502
Yxy45.85770.45220.4559
Hunter Lab67.71831.396439.3039
CIE-Lab73.45315.528666.3083

#ddae30 color RGB value is (221,174,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 00110000
Octal 335 256 60
Decimal 221 174 48
Hex DD AE 30

RGB Percentages of Color #ddae30

%49.89
%39.28
%10.84

CMYK Percentages of Color #ddae30

%0
%21
%78
%13

Triadic Colors of #ddae30

#ddae30 #30ddae #ae30dd

Analogous Colors of #ddae30

#ddae30 #b6dd30 #dd5830

Monochromatic Colors of #ddae30

#ddae30

Complementary Color

#ddae30 #305fdd

#ddae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae30 Color CSS Codes

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

#ddae30 Text Font Color

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

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


#ddae30 Background Color

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

This div background color is #ddae30


#ddae30 Border Color

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

This div border color is #ddae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae30


Comments

No comments written yet.

Please login to write comment.