Color Hex Logo

#ddefbf Color Hex

#DDEFBF
(221,239,191)
0 Favorites   0 Comments

Color spaces of #ddefbf

RGB 221239191
HSL0.230.600.84
HSV83°20°94°
CMYK 0.080.000.20   0.06
XYZ70.089380.866761.2050
Yxy80.86670.33040.3812
Hunter Lab89.9259-18.245422.5944
CIE-Lab92.0723-14.103721.2727

#ddefbf color RGB value is (221,239,191).

#ddefbf hex color red value is 221, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddefbf hue: 0.23 , saturation: 0.60 and the lightness value of ddefbf is 0.84.

The process color (four color CMYK) of #ddefbf color hex is 0.08, 0.00, 0.20, 0.06. Web safe color of #ddefbf is #ccffcc. Color #ddefbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 10111111
Octal 335 357 277
Decimal 221 239 191
Hex DD EF BF

RGB Percentages of Color #ddefbf

%33.95
%36.71
%29.34

CMYK Percentages of Color #ddefbf

%8
%0
%20
%6

Triadic Colors of #ddefbf

#ddefbf #bfddef #efbfdd

Analogous Colors of #ddefbf

#ddefbf #c5efbf #efe9bf

Monochromatic Colors of #ddefbf

#ddefbf

Complementary Color

#ddefbf #d1bfef

#ddefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefbf Color CSS Codes

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

#ddefbf Text Font Color

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

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


#ddefbf Background Color

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

This div background color is #ddefbf


#ddefbf Border Color

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

This div border color is #ddefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefbf


Comments

No comments written yet.

Please login to write comment.