Color Hex Logo

#dde711 Color Hex

#DDE711
(221,231,17)
0 Favorites   0 Comments

Color spaces of #dde711

RGB 22123117
HSL0.170.860.49
HSV63°93°91°
CMYK 0.040.000.93   0.09
XYZ58.495972.564511.4536
Yxy72.56450.41050.5092
Hunter Lab85.1848-26.498551.6575
CIE-Lab88.2396-24.005185.3121

#dde711 color RGB value is (221,231,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00010001
Octal 335 347 21
Decimal 221 231 17
Hex DD E7 11

RGB Percentages of Color #dde711

%47.12
%49.25
%3.62

CMYK Percentages of Color #dde711

%4
%0
%93
%9

Triadic Colors of #dde711

#dde711 #11dde7 #e711dd

Analogous Colors of #dde711

#dde711 #72e711 #e78611

Monochromatic Colors of #dde711

#dde711

Complementary Color

#dde711 #1b11e7

#dde711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde711 Color CSS Codes

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

#dde711 Text Font Color

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

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


#dde711 Background Color

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

This div background color is #dde711


#dde711 Border Color

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

This div border color is #dde711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde711


Comments

No comments written yet.

Please login to write comment.