Color Hex Logo

#ddf7be Color Hex

#DDF7BE
(221,247,190)
5 Favorites   0 Comments

Color spaces of #ddf7be

RGB 221247190
HSL0.240.780.86
HSV87°23°97°
CMYK 0.110.000.23   0.03
XYZ72.373885.611461.4253
Yxy85.61140.32990.3902
Hunter Lab92.5264-22.299325.4078
CIE-Lab94.1459-18.186224.6501

#ddf7be color RGB value is (221,247,190).

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

The process color (four color CMYK) of #ddf7be color hex is 0.11, 0.00, 0.23, 0.03. Web safe color of #ddf7be is #ccffcc. Color #ddf7be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110111 10111110
Octal 335 367 276
Decimal 221 247 190
Hex DD F7 BE

RGB Percentages of Color #ddf7be

%33.59
%37.54
%28.88

CMYK Percentages of Color #ddf7be

%11
%0
%23
%3

Triadic Colors of #ddf7be

#ddf7be #beddf7 #f7bedd

Analogous Colors of #ddf7be

#ddf7be #c1f7be #f7f5be

Monochromatic Colors of #ddf7be

#ddf7be

Complementary Color

#ddf7be #d8bef7

#ddf7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf7be Color CSS Codes

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

#ddf7be Text Font Color

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

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


#ddf7be Background Color

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

This div background color is #ddf7be


#ddf7be Border Color

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

This div border color is #ddf7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf7be

Related Colors


Comments

No comments written yet.

Please login to write comment.