Color Hex Logo

#ddfeb6 Color Hex

#DDFEB6
(221,254,182)
0 Favorites   0 Comments

Color spaces of #ddfeb6

RGB 221254182
HSL0.240.970.85
HSV88°28°100°
CMYK 0.130.000.28   0.00
XYZ73.704189.633257.6723
Yxy89.63320.33350.4056
Hunter Lab94.6748-26.719130.1552
CIE-Lab95.8444-22.726731.0151

#ddfeb6 color RGB value is (221,254,182).

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

The process color (four color CMYK) of #ddfeb6 color hex is 0.13, 0.00, 0.28, 0.00. Web safe color of #ddfeb6 is #ccffcc. Color #ddfeb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10110110
Octal 335 376 266
Decimal 221 254 182
Hex DD FE B6

RGB Percentages of Color #ddfeb6

%33.64
%38.66
%27.70

CMYK Percentages of Color #ddfeb6

%13
%0
%28
%0

Triadic Colors of #ddfeb6

#ddfeb6 #b6ddfe #feb6dd

Analogous Colors of #ddfeb6

#ddfeb6 #b9feb6 #fefbb6

Monochromatic Colors of #ddfeb6

#ddfeb6

Complementary Color

#ddfeb6 #d7b6fe

#ddfeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeb6 Color CSS Codes

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

#ddfeb6 Text Font Color

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

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


#ddfeb6 Background Color

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

This div background color is #ddfeb6


#ddfeb6 Border Color

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

This div border color is #ddfeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeb6

Related Colors


Comments

No comments written yet.

Please login to write comment.