color codes Logo

#dde70c color codes

#DDE70C
(221,231,12)
0 Favorites   0 Comments

Color spaces of #dde70c

RGB 22123112
HSL0.170.900.48
HSV63°95°91°
CMYK 0.040.000.95   0.09
XYZ58.461172.550511.2703
Yxy72.55050.41090.5099
Hunter Lab85.1766-26.545251.7785
CIE-Lab88.2329-24.060585.8069

#dde70c color RGB value is (221,231,12).

#dde70c hex color red value is 221, green value is 231 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dde70c hue: 0.17 , saturation: 0.90 and the lightness value of dde70c is 0.48.

The process color (four color CMYK) of #dde70c color code is 0.04, 0.00, 0.95, 0.09. Web safe color of #dde70c is #ccff00. Color #dde70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00001100
Octal 335 347 14
Decimal 221 231 12
Hex DD E7 C

RGB Percentages of Color #dde70c

%47.63
%49.78
%2.59

CMYK Percentages of Color #dde70c

%4
%0
%95
%9

Triadic Colors of #dde70c

#dde70c #0cdde7 #e70cdd

Analogous Colors of #dde70c

#dde70c #70e70c #e7840c

Monochromatic Colors of #dde70c

#dde70c

Complementary Color

#dde70c #160ce7

#dde70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde70c Color CSS Codes

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

#dde70c Text Font Color

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

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


#dde70c Background Color

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

This div background color is #dde70c


#dde70c Border Color

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

This div border color is #dde70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde70c


Comments

No comments written yet.

Please login to write comment.