Color Hex Logo

#dfe82d Color Hex

#DFE82D
(223,232,45)
0 Favorites   0 Comments

Color spaces of #dfe82d

RGB 22323245
HSL0.170.800.54
HSV63°81°91°
CMYK 0.040.000.81   0.09
XYZ59.761773.590713.5373
Yxy73.59070.40680.5010
Hunter Lab85.7850-25.772750.6933
CIE-Lab88.7287-23.067380.7460

#dfe82d color RGB value is (223,232,45).

#dfe82d hex color red value is 223, green value is 232 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dfe82d hue: 0.17 , saturation: 0.80 and the lightness value of dfe82d is 0.54.

The process color (four color CMYK) of #dfe82d color hex is 0.04, 0.00, 0.81, 0.09. Web safe color of #dfe82d is #ccff33. Color #dfe82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101000 00101101
Octal 337 350 55
Decimal 223 232 45
Hex DF E8 2D

RGB Percentages of Color #dfe82d

%44.60
%46.40
%9.00

CMYK Percentages of Color #dfe82d

%4
%0
%81
%9

Triadic Colors of #dfe82d

#dfe82d #2ddfe8 #e82ddf

Analogous Colors of #dfe82d

#dfe82d #82e82d #e8942d

Monochromatic Colors of #dfe82d

#dfe82d

Complementary Color

#dfe82d #362de8

#dfe82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe82d Color CSS Codes

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

#dfe82d Text Font Color

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

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


#dfe82d Background Color

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

This div background color is #dfe82d


#dfe82d Border Color

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

This div border color is #dfe82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe82d


Comments

No comments written yet.

Please login to write comment.