Color Hex Logo

#dde314 Color Hex

#DDE314
(221,227,20)
0 Favorites   0 Comments

Color spaces of #dde314

RGB 22122720
HSL0.170.840.48
HSV62°91°89°
CMYK 0.030.000.91   0.11
XYZ57.414170.360811.2168
Yxy70.36080.41310.5062
Hunter Lab83.8813-24.614850.7886
CIE-Lab87.1735-22.048084.1293

#dde314 color RGB value is (221,227,20).

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

The process color (four color CMYK) of #dde314 color hex is 0.03, 0.00, 0.91, 0.11. Web safe color of #dde314 is #cccc00. Color #dde314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 00010100
Octal 335 343 24
Decimal 221 227 20
Hex DD E3 14

RGB Percentages of Color #dde314

%47.22
%48.50
%4.27

CMYK Percentages of Color #dde314

%3
%0
%91
%11

Triadic Colors of #dde314

#dde314 #14dde3 #e314dd

Analogous Colors of #dde314

#dde314 #76e314 #e38214

Monochromatic Colors of #dde314

#dde314

Complementary Color

#dde314 #1a14e3

#dde314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde314 Color CSS Codes

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

#dde314 Text Font Color

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

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


#dde314 Background Color

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

This div background color is #dde314


#dde314 Border Color

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

This div border color is #dde314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,227,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 #dde314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde314


Comments

No comments written yet.

Please login to write comment.