color codes Logo

#dde63c color codes

#DDE63C
(221,230,60)
0 Favorites   0 Comments

Color spaces of #dde63c

RGB 22123060
HSL0.180.770.57
HSV63°74°90°
CMYK 0.040.000.74   0.10
XYZ58.931272.292015.1227
Yxy72.29200.40270.4940
Hunter Lab85.0247-25.073748.9718
CIE-Lab88.1090-22.389675.9236

#dde63c color RGB value is (221,230,60).

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

The process color (four color CMYK) of #dde63c color code is 0.04, 0.00, 0.74, 0.10. Web safe color of #dde63c is #ccff33. Color #dde63c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 00111100
Octal 335 346 74
Decimal 221 230 60
Hex DD E6 3C

RGB Percentages of Color #dde63c

%43.25
%45.01
%11.74

CMYK Percentages of Color #dde63c

%4
%0
%74
%10

Triadic Colors of #dde63c

#dde63c #3cdde6 #e63cdd

Analogous Colors of #dde63c

#dde63c #88e63c #e69a3c

Monochromatic Colors of #dde63c

#dde63c

Complementary Color

#dde63c #453ce6

#dde63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde63c Color CSS Codes

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

#dde63c Text Font Color

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

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


#dde63c Background Color

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

This div background color is #dde63c


#dde63c Border Color

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

This div border color is #dde63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde63c


Comments

No comments written yet.

Please login to write comment.