Color Hex Logo

#dde62f Color Hex

#DDE62F
(221,230,47)
0 Favorites   0 Comments

Color spaces of #dde62f

RGB 22123047
HSL0.170.790.54
HSV63°80°90°
CMYK 0.040.000.80   0.10
XYZ58.628772.171013.5297
Yxy72.17100.40620.5000
Hunter Lab84.9535-25.481050.0249
CIE-Lab88.0508-22.869879.5960

#dde62f color RGB value is (221,230,47).

#dde62f hex color red value is 221, green value is 230 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dde62f hue: 0.17 , saturation: 0.79 and the lightness value of dde62f is 0.54.

The process color (four color CMYK) of #dde62f color hex is 0.04, 0.00, 0.80, 0.10. Web safe color of #dde62f is #ccff33. Color #dde62f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 00101111
Octal 335 346 57
Decimal 221 230 47
Hex DD E6 2F

RGB Percentages of Color #dde62f

%44.38
%46.18
%9.44

CMYK Percentages of Color #dde62f

%4
%0
%80
%10

Triadic Colors of #dde62f

#dde62f #2fdde6 #e62fdd

Analogous Colors of #dde62f

#dde62f #82e62f #e6942f

Monochromatic Colors of #dde62f

#dde62f

Complementary Color

#dde62f #382fe6

#dde62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde62f Color CSS Codes

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

#dde62f Text Font Color

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

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


#dde62f Background Color

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

This div background color is #dde62f


#dde62f Border Color

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

This div border color is #dde62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde62f


Comments

No comments written yet.

Please login to write comment.