Color Hex Logo

#dde65a Color Hex

#DDE65A
(221,230,90)
0 Favorites   0 Comments

Color spaces of #dde65a

RGB 22123090
HSL0.180.740.63
HSV64°61°90°
CMYK 0.040.000.61   0.10
XYZ59.961172.704020.5458
Yxy72.70400.39140.4745
Hunter Lab85.2666-23.692145.4002
CIE-Lab88.3064-20.771065.1242

#dde65a color RGB value is (221,230,90).

#dde65a hex color red value is 221, green value is 230 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dde65a hue: 0.18 , saturation: 0.74 and the lightness value of dde65a is 0.63.

The process color (four color CMYK) of #dde65a color hex is 0.04, 0.00, 0.61, 0.10. Web safe color of #dde65a is #ccff66. Color #dde65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 01011010
Octal 335 346 132
Decimal 221 230 90
Hex DD E6 5A

RGB Percentages of Color #dde65a

%40.85
%42.51
%16.64

CMYK Percentages of Color #dde65a

%4
%0
%61
%10

Triadic Colors of #dde65a

#dde65a #5adde6 #e65add

Analogous Colors of #dde65a

#dde65a #97e65a #e6a95a

Monochromatic Colors of #dde65a

#dde65a

Complementary Color

#dde65a #635ae6

#dde65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde65a Color CSS Codes

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

#dde65a Text Font Color

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

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


#dde65a Background Color

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

This div background color is #dde65a


#dde65a Border Color

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

This div border color is #dde65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde65a


Comments

No comments written yet.

Please login to write comment.