Color Hex Logo

#dde708 Color Hex

#DDE708
(221,231,8)
0 Favorites   0 Comments

Color spaces of #dde708

RGB 2212318
HSL0.170.930.47
HSV63°97°91°
CMYK 0.040.000.97   0.09
XYZ58.438572.541511.1516
Yxy72.54150.41120.5104
Hunter Lab85.1713-26.575751.8570
CIE-Lab88.2286-24.096786.1303

#dde708 color RGB value is (221,231,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00001000
Octal 335 347 10
Decimal 221 231 8
Hex DD E7 8

RGB Percentages of Color #dde708

%48.04
%50.22
%1.74

CMYK Percentages of Color #dde708

%4
%0
%97
%9

Triadic Colors of #dde708

#dde708 #08dde7 #e708dd

Analogous Colors of #dde708

#dde708 #6ee708 #e78208

Monochromatic Colors of #dde708

#dde708

Complementary Color

#dde708 #1208e7

#dde708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde708 Color CSS Codes

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

#dde708 Text Font Color

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

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


#dde708 Background Color

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

This div background color is #dde708


#dde708 Border Color

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

This div border color is #dde708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde708


Comments

No comments written yet.

Please login to write comment.