Color Hex Logo

#ddffb0 Color Hex

#DDFFB0
(221,255,176)
0 Favorites   0 Comments

Color spaces of #ddffb0

RGB 221255176
HSL0.241.000.85
HSV86°31°100°
CMYK 0.130.000.31   0.00
XYZ73.415390.026754.5818
Yxy90.02670.33670.4129
Hunter Lab94.8824-27.929732.3107
CIE-Lab96.0078-24.031934.2406

#ddffb0 color RGB value is (221,255,176).

#ddffb0 hex color red value is 221, green value is 255 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ddffb0 hue: 0.24 , saturation: 1.00 and the lightness value of ddffb0 is 0.85.

The process color (four color CMYK) of #ddffb0 color hex is 0.13, 0.00, 0.31, 0.00. Web safe color of #ddffb0 is #ccff99. Color #ddffb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10110000
Octal 335 377 260
Decimal 221 255 176
Hex DD FF B0

RGB Percentages of Color #ddffb0

%33.90
%39.11
%26.99

CMYK Percentages of Color #ddffb0

%13
%0
%31
%0

Triadic Colors of #ddffb0

#ddffb0 #b0ddff #ffb0dd

Analogous Colors of #ddffb0

#ddffb0 #b6ffb0 #fffab0

Monochromatic Colors of #ddffb0

#ddffb0

Complementary Color

#ddffb0 #d2b0ff

#ddffb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffb0 Color CSS Codes

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

#ddffb0 Text Font Color

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

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


#ddffb0 Background Color

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

This div background color is #ddffb0


#ddffb0 Border Color

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

This div border color is #ddffb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffb0

#ddffb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.