Color Hex Logo

#ddfb0b Color Hex

#DDFB0B
(221,251,11)
0 Favorites   0 Comments

Color spaces of #ddfb0b

RGB 22125111
HSL0.190.970.51
HSV68°96°98°
CMYK 0.120.000.96   0.02
XYZ64.376484.390713.2126
Yxy84.39070.39740.5210
Hunter Lab91.8644-35.674255.7776
CIE-Lab93.6199-33.397089.9837

#ddfb0b color RGB value is (221,251,11).

#ddfb0b hex color red value is 221, green value is 251 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ddfb0b hue: 0.19 , saturation: 0.97 and the lightness value of ddfb0b is 0.51.

The process color (four color CMYK) of #ddfb0b color hex is 0.12, 0.00, 0.96, 0.02. Web safe color of #ddfb0b is #ccff00. Color #ddfb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 00001011
Octal 335 373 13
Decimal 221 251 11
Hex DD FB B

RGB Percentages of Color #ddfb0b

%45.76
%51.97
%2.28

CMYK Percentages of Color #ddfb0b

%12
%0
%96
%2

Triadic Colors of #ddfb0b

#ddfb0b #0bddfb #fb0bdd

Analogous Colors of #ddfb0b

#ddfb0b #65fb0b #fba10b

Monochromatic Colors of #ddfb0b

#ddfb0b

Complementary Color

#ddfb0b #290bfb

#ddfb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb0b Color CSS Codes

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

#ddfb0b Text Font Color

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

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


#ddfb0b Background Color

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

This div background color is #ddfb0b


#ddfb0b Border Color

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

This div border color is #ddfb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb0b

Related Colors


Comments

No comments written yet.

Please login to write comment.