Color Hex Logo

#ddfeb7 Color Hex

#DDFEB7
(221,254,183)
0 Favorites   0 Comments

Color spaces of #ddfeb7

RGB 221254183
HSL0.240.970.86
HSV88°28°100°
CMYK 0.130.000.28   0.00
XYZ73.807889.674758.2186
Yxy89.67470.33290.4045
Hunter Lab94.6967-26.594229.8368
CIE-Lab95.8617-22.585730.5355

#ddfeb7 color RGB value is (221,254,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10110111
Octal 335 376 267
Decimal 221 254 183
Hex DD FE B7

RGB Percentages of Color #ddfeb7

%33.59
%38.60
%27.81

CMYK Percentages of Color #ddfeb7

%13
%0
%28
%0

Triadic Colors of #ddfeb7

#ddfeb7 #b7ddfe #feb7dd

Analogous Colors of #ddfeb7

#ddfeb7 #bafeb7 #fefcb7

Monochromatic Colors of #ddfeb7

#ddfeb7

Complementary Color

#ddfeb7 #d8b7fe

#ddfeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeb7 Color CSS Codes

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

#ddfeb7 Text Font Color

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

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


#ddfeb7 Background Color

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

This div background color is #ddfeb7


#ddfeb7 Border Color

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

This div border color is #ddfeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeb7

Related Colors


Comments

No comments written yet.

Please login to write comment.