Color Hex Logo

#ddebaf Color Hex

#DDEBAF
(221,235,175)
0 Favorites   0 Comments

Color spaces of #ddebaf

RGB 221235175
HSL0.210.600.80
HSV74°26°92°
CMYK 0.060.000.26   0.08
XYZ67.265077.884052.0453
Yxy77.88400.34110.3950
Hunter Lab88.2519-18.389426.8109
CIE-Lab90.7269-14.455527.6358

#ddebaf color RGB value is (221,235,175).

#ddebaf hex color red value is 221, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddebaf hue: 0.21 , saturation: 0.60 and the lightness value of ddebaf is 0.80.

The process color (four color CMYK) of #ddebaf color hex is 0.06, 0.00, 0.26, 0.08. Web safe color of #ddebaf is #ccff99. Color #ddebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10101111
Octal 335 353 257
Decimal 221 235 175
Hex DD EB AF

RGB Percentages of Color #ddebaf

%35.02
%37.24
%27.73

CMYK Percentages of Color #ddebaf

%6
%0
%26
%8

Triadic Colors of #ddebaf

#ddebaf #afddeb #ebafdd

Analogous Colors of #ddebaf

#ddebaf #bfebaf #ebdbaf

Monochromatic Colors of #ddebaf

#ddebaf

Complementary Color

#ddebaf #bdafeb

#ddebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebaf Color CSS Codes

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

#ddebaf Text Font Color

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

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


#ddebaf Background Color

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

This div background color is #ddebaf


#ddebaf Border Color

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

This div border color is #ddebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebaf


Comments

No comments written yet.

Please login to write comment.