Color Hex Logo

#dfe461 Color Hex

#DFE461
(223,228,97)
0 Favorites   0 Comments

Color spaces of #dfe461

RGB 22322897
HSL0.170.710.64
HSV62°57°89°
CMYK 0.020.000.57   0.11
XYZ60.332572.037822.0341
Yxy72.03780.39070.4666
Hunter Lab84.8751-21.646744.0205
CIE-Lab87.9868-18.510061.8676

#dfe461 color RGB value is (223,228,97).

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

The process color (four color CMYK) of #dfe461 color hex is 0.02, 0.00, 0.57, 0.11. Web safe color of #dfe461 is #cccc66. Color #dfe461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 01100001
Octal 337 344 141
Decimal 223 228 97
Hex DF E4 61

RGB Percentages of Color #dfe461

%40.69
%41.61
%17.70

CMYK Percentages of Color #dfe461

%2
%0
%57
%11

Triadic Colors of #dfe461

#dfe461 #61dfe4 #e461df

Analogous Colors of #dfe461

#dfe461 #9ee461 #e4a861

Monochromatic Colors of #dfe461

#dfe461

Complementary Color

#dfe461 #6661e4

#dfe461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe461 Color CSS Codes

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

#dfe461 Text Font Color

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

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


#dfe461 Background Color

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

This div background color is #dfe461


#dfe461 Border Color

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

This div border color is #dfe461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe461


Comments

No comments written yet.

Please login to write comment.