Color Hex Logo

#dfe053 Color Hex

#DFE053
(223,224,83)
0 Favorites   0 Comments

Color spaces of #dfe053

RGB 22322483
HSL0.170.690.60
HSV60°63°88°
CMYK 0.000.000.63   0.12
XYZ58.648469.623818.5313
Yxy69.62380.39950.4743
Hunter Lab83.4409-20.558645.2410
CIE-Lab86.8120-17.482466.4267

#dfe053 color RGB value is (223,224,83).

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

The process color (four color CMYK) of #dfe053 color hex is 0.00, 0.00, 0.63, 0.12. Web safe color of #dfe053 is #cccc66. Color #dfe053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 01010011
Octal 337 340 123
Decimal 223 224 83
Hex DF E0 53

RGB Percentages of Color #dfe053

%42.08
%42.26
%15.66

CMYK Percentages of Color #dfe053

%0
%0
%63
%12

Triadic Colors of #dfe053

#dfe053 #53dfe0 #e053df

Analogous Colors of #dfe053

#dfe053 #99e053 #e09b53

Monochromatic Colors of #dfe053

#dfe053

Complementary Color

#dfe053 #5453e0

#dfe053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe053 Color CSS Codes

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

#dfe053 Text Font Color

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

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


#dfe053 Background Color

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

This div background color is #dfe053


#dfe053 Border Color

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

This div border color is #dfe053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe053


Comments

No comments written yet.

Please login to write comment.