Color Hex Logo

#dfe48a Color Hex

#DFE48A
(223,228,138)
0 Favorites   0 Comments

Color spaces of #dfe48a

RGB 223228138
HSL0.180.630.72
HSV63°39°89°
CMYK 0.020.000.39   0.11
XYZ62.762373.009834.8291
Yxy73.00980.36790.4280
Hunter Lab85.4458-18.416935.6445
CIE-Lab88.4524-14.824143.3099

#dfe48a color RGB value is (223,228,138).

#dfe48a hex color red value is 223, green value is 228 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfe48a hue: 0.18 , saturation: 0.63 and the lightness value of dfe48a is 0.72.

The process color (four color CMYK) of #dfe48a color hex is 0.02, 0.00, 0.39, 0.11. Web safe color of #dfe48a is #cccc99. Color #dfe48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 10001010
Octal 337 344 212
Decimal 223 228 138
Hex DF E4 8A

RGB Percentages of Color #dfe48a

%37.86
%38.71
%23.43

CMYK Percentages of Color #dfe48a

%2
%0
%39
%11

Triadic Colors of #dfe48a

#dfe48a #8adfe4 #e48adf

Analogous Colors of #dfe48a

#dfe48a #b2e48a #e4bc8a

Monochromatic Colors of #dfe48a

#dfe48a

Complementary Color

#dfe48a #8f8ae4

#dfe48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe48a Color CSS Codes

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

#dfe48a Text Font Color

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

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


#dfe48a Background Color

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

This div background color is #dfe48a


#dfe48a Border Color

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

This div border color is #dfe48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe48a


Comments

No comments written yet.

Please login to write comment.