Color Hex Logo

#dde23d Color Hex

#DDE23D
(221,226,61)
0 Favorites   0 Comments

Color spaces of #dde23d

RGB 22122661
HSL0.170.740.56
HSV62°73°89°
CMYK 0.020.000.73   0.11
XYZ57.857570.101814.8965
Yxy70.10180.40500.4907
Hunter Lab83.7268-23.173648.0600
CIE-Lab87.0468-20.416474.6113

#dde23d color RGB value is (221,226,61).

#dde23d hex color red value is 221, green value is 226 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dde23d hue: 0.17 , saturation: 0.74 and the lightness value of dde23d is 0.56.

The process color (four color CMYK) of #dde23d color hex is 0.02, 0.00, 0.73, 0.11. Web safe color of #dde23d is #cccc33. Color #dde23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 00111101
Octal 335 342 75
Decimal 221 226 61
Hex DD E2 3D

RGB Percentages of Color #dde23d

%43.50
%44.49
%12.01

CMYK Percentages of Color #dde23d

%2
%0
%73
%11

Triadic Colors of #dde23d

#dde23d #3ddde2 #e23ddd

Analogous Colors of #dde23d

#dde23d #8be23d #e2953d

Monochromatic Colors of #dde23d

#dde23d

Complementary Color

#dde23d #423de2

#dde23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde23d Color CSS Codes

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

#dde23d Text Font Color

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

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


#dde23d Background Color

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

This div background color is #dde23d


#dde23d Border Color

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

This div border color is #dde23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde23d


Comments

No comments written yet.

Please login to write comment.