Color Hex Logo

#ddea30 Color Hex

#DDEA30
(221,234,48)
0 Favorites   0 Comments

Color spaces of #ddea30

RGB 22123448
HSL0.180.820.55
HSV64°79°92°
CMYK 0.060.000.79   0.08
XYZ59.775174.431214.0125
Yxy74.43120.40330.5022
Hunter Lab86.2735-27.303950.7616
CIE-Lab89.1259-24.747480.2762

#ddea30 color RGB value is (221,234,48).

#ddea30 hex color red value is 221, green value is 234 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ddea30 hue: 0.18 , saturation: 0.82 and the lightness value of ddea30 is 0.55.

The process color (four color CMYK) of #ddea30 color hex is 0.06, 0.00, 0.79, 0.08. Web safe color of #ddea30 is #ccff33. Color #ddea30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 00110000
Octal 335 352 60
Decimal 221 234 48
Hex DD EA 30

RGB Percentages of Color #ddea30

%43.94
%46.52
%9.54

CMYK Percentages of Color #ddea30

%6
%0
%79
%8

Triadic Colors of #ddea30

#ddea30 #30ddea #ea30dd

Analogous Colors of #ddea30

#ddea30 #80ea30 #ea9a30

Monochromatic Colors of #ddea30

#ddea30

Complementary Color

#ddea30 #3d30ea

#ddea30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea30 Color CSS Codes

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

#ddea30 Text Font Color

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

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


#ddea30 Background Color

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

This div background color is #ddea30


#ddea30 Border Color

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

This div border color is #ddea30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea30


Comments

No comments written yet.

Please login to write comment.