Color Hex Logo

#ddf19b Color Hex

#DDF19B
(221,241,155)
0 Favorites   0 Comments

Color spaces of #ddf19b

RGB 221241155
HSL0.210.750.78
HSV74°36°95°
CMYK 0.080.000.36   0.05
XYZ67.190580.649343.0359
Yxy80.64930.35200.4225
Hunter Lab89.8050-23.608134.4508
CIE-Lab91.9754-20.001439.3890

#ddf19b color RGB value is (221,241,155).

#ddf19b hex color red value is 221, green value is 241 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ddf19b hue: 0.21 , saturation: 0.75 and the lightness value of ddf19b is 0.78.

The process color (four color CMYK) of #ddf19b color hex is 0.08, 0.00, 0.36, 0.05. Web safe color of #ddf19b is #ccff99. Color #ddf19b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 10011011
Octal 335 361 233
Decimal 221 241 155
Hex DD F1 9B

RGB Percentages of Color #ddf19b

%35.82
%39.06
%25.12

CMYK Percentages of Color #ddf19b

%8
%0
%36
%5

Triadic Colors of #ddf19b

#ddf19b #9bddf1 #f19bdd

Analogous Colors of #ddf19b

#ddf19b #b2f19b #f1da9b

Monochromatic Colors of #ddf19b

#ddf19b

Complementary Color

#ddf19b #af9bf1

#ddf19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf19b Color CSS Codes

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

#ddf19b Text Font Color

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

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


#ddf19b Background Color

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

This div background color is #ddf19b


#ddf19b Border Color

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

This div border color is #ddf19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf19b


Comments

No comments written yet.

Please login to write comment.