Color Hex Logo

#dde914 Color Hex

#DDE914
(221,233,20)
0 Favorites   0 Comments

Color spaces of #dde914

RGB 22123320
HSL0.180.840.50
HSV63°91°91°
CMYK 0.050.000.91   0.09
XYZ59.084073.700511.7734
Yxy73.70050.40870.5098
Hunter Lab85.8490-27.386451.9632
CIE-Lab88.7807-24.917085.3745

#dde914 color RGB value is (221,233,20).

#dde914 hex color red value is 221, green value is 233 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dde914 hue: 0.18 , saturation: 0.84 and the lightness value of dde914 is 0.50.

The process color (four color CMYK) of #dde914 color hex is 0.05, 0.00, 0.91, 0.09. Web safe color of #dde914 is #ccff00. Color #dde914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 00010100
Octal 335 351 24
Decimal 221 233 20
Hex DD E9 14

RGB Percentages of Color #dde914

%46.62
%49.16
%4.22

CMYK Percentages of Color #dde914

%5
%0
%91
%9

Triadic Colors of #dde914

#dde914 #14dde9 #e914dd

Analogous Colors of #dde914

#dde914 #73e914 #e98b14

Monochromatic Colors of #dde914

#dde914

Complementary Color

#dde914 #2014e9

#dde914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde914 Color CSS Codes

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

#dde914 Text Font Color

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

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


#dde914 Background Color

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

This div background color is #dde914


#dde914 Border Color

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

This div border color is #dde914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde914


Comments

No comments written yet.

Please login to write comment.