color codes Logo

#dfe38c color codes

#DFE38C
(223,227,140)
0 Favorites   0 Comments

Color spaces of #dfe38c

RGB 223227140
HSL0.170.610.72
HSV63°38°89°
CMYK 0.020.000.38   0.11
XYZ62.634172.519635.5075
Yxy72.51960.36700.4249
Hunter Lab85.1584-17.740434.8895
CIE-Lab88.2181-14.110842.0235

#dfe38c color RGB value is (223,227,140).

#dfe38c hex color red value is 223, green value is 227 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dfe38c hue: 0.17 , saturation: 0.61 and the lightness value of dfe38c is 0.72.

The process color (four color CMYK) of #dfe38c color code is 0.02, 0.00, 0.38, 0.11. Web safe color of #dfe38c is #cccc99. Color #dfe38c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 10001100
Octal 337 343 214
Decimal 223 227 140
Hex DF E3 8C

RGB Percentages of Color #dfe38c

%37.80
%38.47
%23.73

CMYK Percentages of Color #dfe38c

%2
%0
%38
%11

Triadic Colors of #dfe38c

#dfe38c #8cdfe3 #e38cdf

Analogous Colors of #dfe38c

#dfe38c #b4e38c #e3bc8c

Monochromatic Colors of #dfe38c

#dfe38c

Complementary Color

#dfe38c #908ce3

#dfe38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe38c Color CSS Codes

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

#dfe38c Text Font Color

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

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


#dfe38c Background Color

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

This div background color is #dfe38c


#dfe38c Border Color

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

This div border color is #dfe38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe38c


Comments

No comments written yet.

Please login to write comment.