Color Hex Logo

#ddefc4 Color Hex

#DDEFC4
(221,239,196)
0 Favorites   0 Comments

Color spaces of #ddefc4

RGB 221239196
HSL0.240.570.85
HSV85°18°94°
CMYK 0.080.000.18   0.06
XYZ70.649181.090764.1530
Yxy81.09070.32720.3756
Hunter Lab90.0504-17.545820.7963
CIE-Lab92.1720-13.334018.8360

#ddefc4 color RGB value is (221,239,196).

#ddefc4 hex color red value is 221, green value is 239 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ddefc4 hue: 0.24 , saturation: 0.57 and the lightness value of ddefc4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11000100
Octal 335 357 304
Decimal 221 239 196
Hex DD EF C4

RGB Percentages of Color #ddefc4

%33.69
%36.43
%29.88

CMYK Percentages of Color #ddefc4

%8
%0
%18
%6

Triadic Colors of #ddefc4

#ddefc4 #c4ddef #efc4dd

Analogous Colors of #ddefc4

#ddefc4 #c8efc4 #efecc4

Monochromatic Colors of #ddefc4

#ddefc4

Complementary Color

#ddefc4 #d6c4ef

#ddefc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefc4 Color CSS Codes

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

#ddefc4 Text Font Color

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

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


#ddefc4 Background Color

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

This div background color is #ddefc4


#ddefc4 Border Color

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

This div border color is #ddefc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefc4


Comments

No comments written yet.

Please login to write comment.