Color Hex Logo

#ddf107 Color Hex

#DDF107
(221,241,7)
0 Favorites   0 Comments

Color spaces of #ddf107

RGB 2212417
HSL0.180.940.49
HSV65°97°95°
CMYK 0.080.000.97   0.05
XYZ61.312478.298112.0825
Yxy78.29810.40420.5162
Hunter Lab88.4862-31.167653.8445
CIE-Lab90.9158-28.821088.2289

#ddf107 color RGB value is (221,241,7).

#ddf107 hex color red value is 221, green value is 241 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ddf107 hue: 0.18 , saturation: 0.94 and the lightness value of ddf107 is 0.49.

The process color (four color CMYK) of #ddf107 color hex is 0.08, 0.00, 0.97, 0.05. Web safe color of #ddf107 is #ccff00. Color #ddf107 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 00000111
Octal 335 361 7
Decimal 221 241 7
Hex DD F1 7

RGB Percentages of Color #ddf107

%47.12
%51.39
%1.49

CMYK Percentages of Color #ddf107

%8
%0
%97
%5

Triadic Colors of #ddf107

#ddf107 #07ddf1 #f107dd

Analogous Colors of #ddf107

#ddf107 #68f107 #f19007

Monochromatic Colors of #ddf107

#ddf107

Complementary Color

#ddf107 #1b07f1

#ddf107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf107 Color CSS Codes

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

#ddf107 Text Font Color

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

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


#ddf107 Background Color

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

This div background color is #ddf107


#ddf107 Border Color

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

This div border color is #ddf107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf107


Comments

No comments written yet.

Please login to write comment.