Color Hex Logo

#ddea26 Color Hex

#DDEA26
(221,234,38)
0 Favorites   0 Comments

Color spaces of #ddea26

RGB 22123438
HSL0.180.820.53
HSV64°84°92°
CMYK 0.060.000.84   0.08
XYZ59.591574.357713.0454
Yxy74.35770.40540.5059
Hunter Lab86.2309-27.548351.3920
CIE-Lab89.0913-25.037282.5951

#ddea26 color RGB value is (221,234,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 00100110
Octal 335 352 46
Decimal 221 234 38
Hex DD EA 26

RGB Percentages of Color #ddea26

%44.83
%47.46
%7.71

CMYK Percentages of Color #ddea26

%6
%0
%84
%8

Triadic Colors of #ddea26

#ddea26 #26ddea #ea26dd

Analogous Colors of #ddea26

#ddea26 #7bea26 #ea9526

Monochromatic Colors of #ddea26

#ddea26

Complementary Color

#ddea26 #3326ea

#ddea26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea26 Color CSS Codes

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

#ddea26 Text Font Color

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

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


#ddea26 Background Color

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

This div background color is #ddea26


#ddea26 Border Color

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

This div border color is #ddea26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea26


Comments

No comments written yet.

Please login to write comment.