Color Hex Logo

#dde713 Color Hex

#DDE713
(221,231,19)
0 Favorites   0 Comments

Color spaces of #dde713

RGB 22123119
HSL0.170.850.49
HSV63°92°91°
CMYK 0.040.000.92   0.09
XYZ58.512372.571011.5398
Yxy72.57100.41030.5088
Hunter Lab85.1886-26.476351.6005
CIE-Lab88.2427-23.978785.0813

#dde713 color RGB value is (221,231,19).

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

The process color (four color CMYK) of #dde713 color hex is 0.04, 0.00, 0.92, 0.09. Web safe color of #dde713 is #ccff00. Color #dde713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00010011
Octal 335 347 23
Decimal 221 231 19
Hex DD E7 13

RGB Percentages of Color #dde713

%46.92
%49.04
%4.03

CMYK Percentages of Color #dde713

%4
%0
%92
%9

Triadic Colors of #dde713

#dde713 #13dde7 #e713dd

Analogous Colors of #dde713

#dde713 #73e713 #e78713

Monochromatic Colors of #dde713

#dde713

Complementary Color

#dde713 #1d13e7

#dde713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde713 Color CSS Codes

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

#dde713 Text Font Color

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

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


#dde713 Background Color

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

This div background color is #dde713


#dde713 Border Color

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

This div border color is #dde713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde713


Comments

No comments written yet.

Please login to write comment.