Color Hex Logo

#dde830 Color Hex

#DDE830
(221,232,48)
0 Favorites   0 Comments

Color spaces of #dde830

RGB 22123248
HSL0.180.800.55
HSV64°79°91°
CMYK 0.050.000.79   0.09
XYZ59.208973.298813.8237
Yxy73.29880.40460.5009
Hunter Lab85.6147-26.379850.3571
CIE-Lab88.5900-23.794579.8079

#dde830 color RGB value is (221,232,48).

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

The process color (four color CMYK) of #dde830 color hex is 0.05, 0.00, 0.79, 0.09. Web safe color of #dde830 is #ccff33. Color #dde830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 00110000
Octal 335 350 60
Decimal 221 232 48
Hex DD E8 30

RGB Percentages of Color #dde830

%44.11
%46.31
%9.58

CMYK Percentages of Color #dde830

%5
%0
%79
%9

Triadic Colors of #dde830

#dde830 #30dde8 #e830dd

Analogous Colors of #dde830

#dde830 #81e830 #e89730

Monochromatic Colors of #dde830

#dde830

Complementary Color

#dde830 #3b30e8

#dde830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde830 Color CSS Codes

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

#dde830 Text Font Color

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

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


#dde830 Background Color

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

This div background color is #dde830


#dde830 Border Color

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

This div border color is #dde830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde830


Comments

No comments written yet.

Please login to write comment.