Color Hex Logo

#dfe400 Color Hex

#DFE400
(223,228,0)
0 Favorites   0 Comments

Color spaces of #dfe400

RGB 2232280
HSL0.171.000.45
HSV61°100°89°
CMYK 0.020.001.00   0.11
XYZ58.174871.174810.6720
Yxy71.17480.41550.5083
Hunter Lab84.3652-24.552651.5556
CIE-Lab87.5699-21.897986.3558

#dfe400 color RGB value is (223,228,0).

#dfe400 hex color red value is 223, green value is 228 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dfe400 hue: 0.17 , saturation: 1.00 and the lightness value of dfe400 is 0.45.

The process color (four color CMYK) of #dfe400 color hex is 0.02, 0.00, 1.00, 0.11. Web safe color of #dfe400 is #cccc00. Color #dfe400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 00000000
Octal 337 344 0
Decimal 223 228 0
Hex DF E4 0

RGB Percentages of Color #dfe400

%49.45
%50.55
%0.00

CMYK Percentages of Color #dfe400

%2
%0
%100
%11

Triadic Colors of #dfe400

#dfe400 #00dfe4 #e400df

Analogous Colors of #dfe400

#dfe400 #6de400 #e47700

Monochromatic Colors of #dfe400

#dfe400

Complementary Color

#dfe400 #0500e4

#dfe400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe400 Color CSS Codes

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

#dfe400 Text Font Color

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

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


#dfe400 Background Color

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

This div background color is #dfe400


#dfe400 Border Color

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

This div border color is #dfe400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe400


Comments

No comments written yet.

Please login to write comment.