Color Hex Logo

#dfe075 Color Hex

#DFE075
(223,224,117)
0 Favorites   0 Comments

Color spaces of #dfe075

RGB 223224117
HSL0.170.630.67
HSV61°48°88°
CMYK 0.000.000.48   0.12
XYZ60.298070.283627.2177
Yxy70.28360.38210.4454
Hunter Lab83.8353-18.326839.4358
CIE-Lab87.1358-14.923851.8329

#dfe075 color RGB value is (223,224,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 01110101
Octal 337 340 165
Decimal 223 224 117
Hex DF E0 75

RGB Percentages of Color #dfe075

%39.54
%39.72
%20.74

CMYK Percentages of Color #dfe075

%0
%0
%48
%12

Triadic Colors of #dfe075

#dfe075 #75dfe0 #e075df

Analogous Colors of #dfe075

#dfe075 #aae075 #e0ac75

Monochromatic Colors of #dfe075

#dfe075

Complementary Color

#dfe075 #7675e0

#dfe075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe075 Color CSS Codes

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

#dfe075 Text Font Color

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

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


#dfe075 Background Color

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

This div background color is #dfe075


#dfe075 Border Color

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

This div border color is #dfe075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe075


Comments

No comments written yet.

Please login to write comment.