Color Hex Logo

#dfe25c Color Hex

#DFE25C
(223,226,92)
0 Favorites   0 Comments

Color spaces of #dfe25c

RGB 22322692
HSL0.170.700.62
HSV61°59°89°
CMYK 0.010.000.59   0.11
XYZ59.559570.853420.6622
Yxy70.85340.39420.4690
Hunter Lab84.1745-21.003744.3683
CIE-Lab87.4137-17.883163.3690

#dfe25c color RGB value is (223,226,92).

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

The process color (four color CMYK) of #dfe25c color hex is 0.01, 0.00, 0.59, 0.11. Web safe color of #dfe25c is #cccc66. Color #dfe25c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 01011100
Octal 337 342 134
Decimal 223 226 92
Hex DF E2 5C

RGB Percentages of Color #dfe25c

%41.22
%41.77
%17.01

CMYK Percentages of Color #dfe25c

%1
%0
%59
%11

Triadic Colors of #dfe25c

#dfe25c #5cdfe2 #e25cdf

Analogous Colors of #dfe25c

#dfe25c #9ce25c #e2a25c

Monochromatic Colors of #dfe25c

#dfe25c

Complementary Color

#dfe25c #5f5ce2

#dfe25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe25c Color CSS Codes

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

#dfe25c Text Font Color

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

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


#dfe25c Background Color

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

This div background color is #dfe25c


#dfe25c Border Color

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

This div border color is #dfe25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe25c


Comments

No comments written yet.

Please login to write comment.