Color Hex Logo

#dfe161 Color Hex

#DFE161
(223,225,97)
0 Favorites   0 Comments

Color spaces of #dfe161

RGB 22322597
HSL0.170.680.63
HSV61°57°88°
CMYK 0.010.000.57   0.12
XYZ59.514370.401521.7614
Yxy70.40150.39240.4642
Hunter Lab83.9056-20.224643.3567
CIE-Lab87.1934-17.041760.9862

#dfe161 color RGB value is (223,225,97).

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

The process color (four color CMYK) of #dfe161 color hex is 0.01, 0.00, 0.57, 0.12. Web safe color of #dfe161 is #cccc66. Color #dfe161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 01100001
Octal 337 341 141
Decimal 223 225 97
Hex DF E1 61

RGB Percentages of Color #dfe161

%40.92
%41.28
%17.80

CMYK Percentages of Color #dfe161

%1
%0
%57
%12

Triadic Colors of #dfe161

#dfe161 #61dfe1 #e161df

Analogous Colors of #dfe161

#dfe161 #9fe161 #e1a361

Monochromatic Colors of #dfe161

#dfe161

Complementary Color

#dfe161 #6361e1

#dfe161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe161 Color CSS Codes

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

#dfe161 Text Font Color

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

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


#dfe161 Background Color

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

This div background color is #dfe161


#dfe161 Border Color

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

This div border color is #dfe161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,225,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 #dfe161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe161


Comments

No comments written yet.

Please login to write comment.