Color Hex Logo

#ddf12b Color Hex

#DDF12B
(221,241,43)
0 Favorites   0 Comments

Color spaces of #ddf12b

RGB 22124143
HSL0.180.880.56
HSV66°82°95°
CMYK 0.080.000.82   0.05
XYZ61.710178.457214.1768
Yxy78.45720.39980.5083
Hunter Lab88.5761-30.648952.5137
CIE-Lab90.9881-28.200983.0939

#ddf12b color RGB value is (221,241,43).

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

The process color (four color CMYK) of #ddf12b color hex is 0.08, 0.00, 0.82, 0.05. Web safe color of #ddf12b is #ccff33. Color #ddf12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 00101011
Octal 335 361 53
Decimal 221 241 43
Hex DD F1 2B

RGB Percentages of Color #ddf12b

%43.76
%47.72
%8.51

CMYK Percentages of Color #ddf12b

%8
%0
%82
%5

Triadic Colors of #ddf12b

#ddf12b #2bddf1 #f12bdd

Analogous Colors of #ddf12b

#ddf12b #7af12b #f1a22b

Monochromatic Colors of #ddf12b

#ddf12b

Complementary Color

#ddf12b #3f2bf1

#ddf12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf12b Color CSS Codes

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

#ddf12b Text Font Color

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

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


#ddf12b Background Color

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

This div background color is #ddf12b


#ddf12b Border Color

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

This div border color is #ddf12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf12b


Comments

No comments written yet.

Please login to write comment.