Color Hex Logo

#dfe223 Color Hex

#DFE223
(223,226,35)
0 Favorites   0 Comments

Color spaces of #dfe223

RGB 22322635
HSL0.170.770.51
HSV61°85°89°
CMYK 0.010.000.85   0.11
XYZ57.931270.202012.0872
Yxy70.20200.41310.5007
Hunter Lab83.7866-23.209350.0974
CIE-Lab87.0958-20.448181.6304

#dfe223 color RGB value is (223,226,35).

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

The process color (four color CMYK) of #dfe223 color hex is 0.01, 0.00, 0.85, 0.11. Web safe color of #dfe223 is #cccc33. Color #dfe223 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 00100011
Octal 337 342 43
Decimal 223 226 35
Hex DF E2 23

RGB Percentages of Color #dfe223

%46.07
%46.69
%7.23

CMYK Percentages of Color #dfe223

%1
%0
%85
%11

Triadic Colors of #dfe223

#dfe223 #23dfe2 #e223df

Analogous Colors of #dfe223

#dfe223 #80e223 #e28623

Monochromatic Colors of #dfe223

#dfe223

Complementary Color

#dfe223 #2623e2

#dfe223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe223 Color CSS Codes

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

#dfe223 Text Font Color

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

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


#dfe223 Background Color

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

This div background color is #dfe223


#dfe223 Border Color

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

This div border color is #dfe223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe223


Comments

No comments written yet.

Please login to write comment.