Color Hex Logo

#dde530 Color Hex

#DDE530
(221,229,48)
0 Favorites   0 Comments

Color spaces of #dde530

RGB 22122948
HSL0.170.780.54
HSV63°79°90°
CMYK 0.030.000.79   0.10
XYZ58.371671.624213.5446
Yxy71.62420.40670.4990
Hunter Lab84.6311-24.989749.7528
CIE-Lab87.7874-22.357379.1051

#dde530 color RGB value is (221,229,48).

#dde530 hex color red value is 221, green value is 229 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dde530 hue: 0.17 , saturation: 0.78 and the lightness value of dde530 is 0.54.

The process color (four color CMYK) of #dde530 color hex is 0.03, 0.00, 0.79, 0.10. Web safe color of #dde530 is #cccc33. Color #dde530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 00110000
Octal 335 345 60
Decimal 221 229 48
Hex DD E5 30

RGB Percentages of Color #dde530

%44.38
%45.98
%9.64

CMYK Percentages of Color #dde530

%3
%0
%79
%10

Triadic Colors of #dde530

#dde530 #30dde5 #e530dd

Analogous Colors of #dde530

#dde530 #83e530 #e59330

Monochromatic Colors of #dde530

#dde530

Complementary Color

#dde530 #3830e5

#dde530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde530 Color CSS Codes

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

#dde530 Text Font Color

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

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


#dde530 Background Color

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

This div background color is #dde530


#dde530 Border Color

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

This div border color is #dde530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde530


Comments

No comments written yet.

Please login to write comment.