Color Hex Logo

#dfe368 Color Hex

#DFE368
(223,227,104)
0 Favorites   0 Comments

Color spaces of #dfe368

RGB 223227104
HSL0.170.690.65
HSV62°54°89°
CMYK 0.020.000.54   0.11
XYZ60.399271.625623.7385
Yxy71.62560.38780.4598
Hunter Lab84.6319-20.715942.6120
CIE-Lab87.7881-17.495258.5723

#dfe368 color RGB value is (223,227,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 01101000
Octal 337 343 150
Decimal 223 227 104
Hex DF E3 68

RGB Percentages of Color #dfe368

%40.25
%40.97
%18.77

CMYK Percentages of Color #dfe368

%2
%0
%54
%11

Triadic Colors of #dfe368

#dfe368 #68dfe3 #e368df

Analogous Colors of #dfe368

#dfe368 #a2e368 #e3aa68

Monochromatic Colors of #dfe368

#dfe368

Complementary Color

#dfe368 #6c68e3

#dfe368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe368 Color CSS Codes

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

#dfe368 Text Font Color

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

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


#dfe368 Background Color

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

This div background color is #dfe368


#dfe368 Border Color

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

This div border color is #dfe368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe368


Comments

No comments written yet.

Please login to write comment.