Color Hex Logo

#dde65b Color Hex

#DDE65B
(221,230,91)
0 Favorites   0 Comments

Color spaces of #dde65b

RGB 22123091
HSL0.180.740.63
HSV64°60°90°
CMYK 0.040.000.60   0.10
XYZ60.003972.721120.7716
Yxy72.72110.39090.4738
Hunter Lab85.2767-23.634845.2519
CIE-Lab88.3145-20.704364.7196

#dde65b color RGB value is (221,230,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 01011011
Octal 335 346 133
Decimal 221 230 91
Hex DD E6 5B

RGB Percentages of Color #dde65b

%40.77
%42.44
%16.79

CMYK Percentages of Color #dde65b

%4
%0
%60
%10

Triadic Colors of #dde65b

#dde65b #5bdde6 #e65bdd

Analogous Colors of #dde65b

#dde65b #98e65b #e6aa5b

Monochromatic Colors of #dde65b

#dde65b

Complementary Color

#dde65b #645be6

#dde65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde65b Color CSS Codes

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

#dde65b Text Font Color

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

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


#dde65b Background Color

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

This div background color is #dde65b


#dde65b Border Color

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

This div border color is #dde65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde65b


Comments

No comments written yet.

Please login to write comment.