Color Hex Logo

#dde467 Color Hex

#DDE467
(221,228,103)
0 Favorites   0 Comments

Color spaces of #dde467

RGB 221228103
HSL0.180.700.65
HSV63°55°89°
CMYK 0.030.000.55   0.11
XYZ60.010471.838223.5352
Yxy71.83820.38620.4623
Hunter Lab84.7574-21.943042.8667
CIE-Lab87.8907-18.861759.0938

#dde467 color RGB value is (221,228,103).

#dde467 hex color red value is 221, green value is 228 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dde467 hue: 0.18 , saturation: 0.70 and the lightness value of dde467 is 0.65.

The process color (four color CMYK) of #dde467 color hex is 0.03, 0.00, 0.55, 0.11. Web safe color of #dde467 is #cccc66. Color #dde467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01100111
Octal 335 344 147
Decimal 221 228 103
Hex DD E4 67

RGB Percentages of Color #dde467

%40.04
%41.30
%18.66

CMYK Percentages of Color #dde467

%3
%0
%55
%11

Triadic Colors of #dde467

#dde467 #67dde4 #e467dd

Analogous Colors of #dde467

#dde467 #9fe467 #e4ad67

Monochromatic Colors of #dde467

#dde467

Complementary Color

#dde467 #6e67e4

#dde467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde467 Color CSS Codes

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

#dde467 Text Font Color

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

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


#dde467 Background Color

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

This div background color is #dde467


#dde467 Border Color

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

This div border color is #dde467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde467


Comments

No comments written yet.

Please login to write comment.