Color Hex Logo

#ddedbf Color Hex

#DDEDBF
(221,237,191)
0 Favorites   0 Comments

Color spaces of #ddedbf

RGB 221237191
HSL0.220.560.84
HSV81°19°93°
CMYK 0.070.000.19   0.07
XYZ69.507079.702161.0109
Yxy79.70210.33060.3791
Hunter Lab89.2760-17.259621.9747
CIE-Lab91.5510-13.111220.5486

#ddedbf color RGB value is (221,237,191).

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

The process color (four color CMYK) of #ddedbf color hex is 0.07, 0.00, 0.19, 0.07. Web safe color of #ddedbf is #ccffcc. Color #ddedbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10111111
Octal 335 355 277
Decimal 221 237 191
Hex DD ED BF

RGB Percentages of Color #ddedbf

%34.05
%36.52
%29.43

CMYK Percentages of Color #ddedbf

%7
%0
%19
%7

Triadic Colors of #ddedbf

#ddedbf #bfdded #edbfdd

Analogous Colors of #ddedbf

#ddedbf #c6edbf #ede6bf

Monochromatic Colors of #ddedbf

#ddedbf

Complementary Color

#ddedbf #cfbfed

#ddedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedbf Color CSS Codes

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

#ddedbf Text Font Color

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

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


#ddedbf Background Color

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

This div background color is #ddedbf


#ddedbf Border Color

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

This div border color is #ddedbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #ddedbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedbf


Comments

No comments written yet.

Please login to write comment.