Color Hex Logo

#dfefa4 Color Hex

#DFEFA4
(223,239,164)
0 Favorites   0 Comments

Color spaces of #dfefa4

RGB 223239164
HSL0.200.700.79
HSV73°31°94°
CMYK 0.070.000.31   0.06
XYZ67.998880.101346.9991
Yxy80.10130.34850.4106
Hunter Lab89.4993-21.005131.5144
CIE-Lab91.7303-17.165934.5925

#dfefa4 color RGB value is (223,239,164).

#dfefa4 hex color red value is 223, green value is 239 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dfefa4 hue: 0.20 , saturation: 0.70 and the lightness value of dfefa4 is 0.79.

The process color (four color CMYK) of #dfefa4 color hex is 0.07, 0.00, 0.31, 0.06. Web safe color of #dfefa4 is #ccff99. Color #dfefa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10100100
Octal 337 357 244
Decimal 223 239 164
Hex DF EF A4

RGB Percentages of Color #dfefa4

%35.62
%38.18
%26.20

CMYK Percentages of Color #dfefa4

%7
%0
%31
%6

Triadic Colors of #dfefa4

#dfefa4 #a4dfef #efa4df

Analogous Colors of #dfefa4

#dfefa4 #baefa4 #efdaa4

Monochromatic Colors of #dfefa4

#dfefa4

Complementary Color

#dfefa4 #b4a4ef

#dfefa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefa4 Color CSS Codes

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

#dfefa4 Text Font Color

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

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


#dfefa4 Background Color

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

This div background color is #dfefa4


#dfefa4 Border Color

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

This div border color is #dfefa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefa4


Comments

No comments written yet.

Please login to write comment.