Color Hex Logo

#dfe083 Color Hex

#DFE083
(223,224,131)
0 Favorites   0 Comments

Color spaces of #dfe083

RGB 223224131
HSL0.170.600.70
HSV61°42°88°
CMYK 0.000.000.42   0.12
XYZ61.183870.638031.8825
Yxy70.63800.37370.4315
Hunter Lab84.0464-17.137536.3412
CIE-Lab87.3088-13.576245.3097

#dfe083 color RGB value is (223,224,131).

#dfe083 hex color red value is 223, green value is 224 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dfe083 hue: 0.17 , saturation: 0.60 and the lightness value of dfe083 is 0.70.

The process color (four color CMYK) of #dfe083 color hex is 0.00, 0.00, 0.42, 0.12. Web safe color of #dfe083 is #cccc99. Color #dfe083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 10000011
Octal 337 340 203
Decimal 223 224 131
Hex DF E0 83

RGB Percentages of Color #dfe083

%38.58
%38.75
%22.66

CMYK Percentages of Color #dfe083

%0
%0
%42
%12

Triadic Colors of #dfe083

#dfe083 #83dfe0 #e083df

Analogous Colors of #dfe083

#dfe083 #b1e083 #e0b383

Monochromatic Colors of #dfe083

#dfe083

Complementary Color

#dfe083 #8483e0

#dfe083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe083 Color CSS Codes

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

#dfe083 Text Font Color

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

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


#dfe083 Background Color

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

This div background color is #dfe083


#dfe083 Border Color

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

This div border color is #dfe083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe083


Comments

No comments written yet.

Please login to write comment.