Color Hex Logo

#dfe360 Color Hex

#DFE360
(223,227,96)
0 Favorites   0 Comments

Color spaces of #dfe360

RGB 22322796
HSL0.170.700.63
HSV62°58°89°
CMYK 0.020.000.58   0.11
XYZ60.011871.470721.6986
Yxy71.47070.39180.4666
Hunter Lab84.5403-21.235643.9605
CIE-Lab87.7132-18.093561.9950

#dfe360 color RGB value is (223,227,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 01100000
Octal 337 343 140
Decimal 223 227 96
Hex DF E3 60

RGB Percentages of Color #dfe360

%40.84
%41.58
%17.58

CMYK Percentages of Color #dfe360

%2
%0
%58
%11

Triadic Colors of #dfe360

#dfe360 #60dfe3 #e360df

Analogous Colors of #dfe360

#dfe360 #9ee360 #e3a660

Monochromatic Colors of #dfe360

#dfe360

Complementary Color

#dfe360 #6460e3

#dfe360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe360 Color CSS Codes

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

#dfe360 Text Font Color

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

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


#dfe360 Background Color

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

This div background color is #dfe360


#dfe360 Border Color

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

This div border color is #dfe360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe360


Comments

No comments written yet.

Please login to write comment.