Color Hex Logo

#dfe764 Color Hex

#DFE764
(223,231,100)
0 Favorites   0 Comments

Color spaces of #dfe764

RGB 223231100
HSL0.180.730.65
HSV64°57°91°
CMYK 0.030.000.57   0.09
XYZ61.307673.759923.0624
Yxy73.75990.38770.4665
Hunter Lab85.8836-22.874944.1973
CIE-Lab88.8089-19.750961.4862

#dfe764 color RGB value is (223,231,100).

#dfe764 hex color red value is 223, green value is 231 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dfe764 hue: 0.18 , saturation: 0.73 and the lightness value of dfe764 is 0.65.

The process color (four color CMYK) of #dfe764 color hex is 0.03, 0.00, 0.57, 0.09. Web safe color of #dfe764 is #ccff66. Color #dfe764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 01100100
Octal 337 347 144
Decimal 223 231 100
Hex DF E7 64

RGB Percentages of Color #dfe764

%40.25
%41.70
%18.05

CMYK Percentages of Color #dfe764

%3
%0
%57
%9

Triadic Colors of #dfe764

#dfe764 #64dfe7 #e764df

Analogous Colors of #dfe764

#dfe764 #9ee764 #e7ae64

Monochromatic Colors of #dfe764

#dfe764

Complementary Color

#dfe764 #6c64e7

#dfe764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe764 Color CSS Codes

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

#dfe764 Text Font Color

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

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


#dfe764 Background Color

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

This div background color is #dfe764


#dfe764 Border Color

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

This div border color is #dfe764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe764


Comments

No comments written yet.

Please login to write comment.