color codes Logo

#dde70d color codes

#DDE70D
(221,231,13)
0 Favorites   0 Comments

Color spaces of #dde70d

RGB 22123113
HSL0.170.890.48
HSV63°94°91°
CMYK 0.040.000.94   0.09
XYZ58.467472.553011.3034
Yxy72.55300.41080.5098
Hunter Lab85.1780-26.536751.7567
CIE-Lab88.2341-24.050485.7172

#dde70d color RGB value is (221,231,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00001101
Octal 335 347 15
Decimal 221 231 13
Hex DD E7 D

RGB Percentages of Color #dde70d

%47.53
%49.68
%2.80

CMYK Percentages of Color #dde70d

%4
%0
%94
%9

Triadic Colors of #dde70d

#dde70d #0ddde7 #e70ddd

Analogous Colors of #dde70d

#dde70d #70e70d #e7840d

Monochromatic Colors of #dde70d

#dde70d

Complementary Color

#dde70d #170de7

#dde70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde70d Color CSS Codes

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

#dde70d Text Font Color

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

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


#dde70d Background Color

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

This div background color is #dde70d


#dde70d Border Color

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

This div border color is #dde70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde70d


Comments

No comments written yet.

Please login to write comment.