Color Hex Logo

#ddedbc Color Hex

#DDEDBC
(221,237,188)
0 Favorites   0 Comments

Color spaces of #ddedbc

RGB 221237188
HSL0.220.580.83
HSV80°21°93°
CMYK 0.070.000.21   0.07
XYZ69.180179.571459.2896
Yxy79.57140.33250.3825
Hunter Lab89.2028-17.671523.0342
CIE-Lab91.4922-13.564922.0126

#ddedbc color RGB value is (221,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10111100
Octal 335 355 274
Decimal 221 237 188
Hex DD ED BC

RGB Percentages of Color #ddedbc

%34.21
%36.69
%29.10

CMYK Percentages of Color #ddedbc

%7
%0
%21
%7

Triadic Colors of #ddedbc

#ddedbc #bcdded #edbcdd

Analogous Colors of #ddedbc

#ddedbc #c5edbc #ede5bc

Monochromatic Colors of #ddedbc

#ddedbc

Complementary Color

#ddedbc #ccbced

#ddedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedbc Color CSS Codes

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

#ddedbc Text Font Color

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

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


#ddedbc Background Color

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

This div background color is #ddedbc


#ddedbc Border Color

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

This div border color is #ddedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedbc


Comments

No comments written yet.

Please login to write comment.