Color Hex Logo

#dfe742 Color Hex

#DFE742
(223,231,66)
0 Favorites   0 Comments

Color spaces of #dfe742

RGB 22323166
HSL0.170.770.58
HSV63°71°91°
CMYK 0.030.000.71   0.09
XYZ59.990773.233216.1278
Yxy73.23320.40170.4903
Hunter Lab85.5764-24.626848.7296
CIE-Lab88.5588-21.788774.4537

#dfe742 color RGB value is (223,231,66).

#dfe742 hex color red value is 223, green value is 231 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfe742 hue: 0.17 , saturation: 0.77 and the lightness value of dfe742 is 0.58.

The process color (four color CMYK) of #dfe742 color hex is 0.03, 0.00, 0.71, 0.09. Web safe color of #dfe742 is #ccff33. Color #dfe742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 01000010
Octal 337 347 102
Decimal 223 231 66
Hex DF E7 42

RGB Percentages of Color #dfe742

%42.88
%44.42
%12.69

CMYK Percentages of Color #dfe742

%3
%0
%71
%9

Triadic Colors of #dfe742

#dfe742 #42dfe7 #e742df

Analogous Colors of #dfe742

#dfe742 #8de742 #e79d42

Monochromatic Colors of #dfe742

#dfe742

Complementary Color

#dfe742 #4a42e7

#dfe742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe742 Color CSS Codes

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

#dfe742 Text Font Color

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

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


#dfe742 Background Color

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

This div background color is #dfe742


#dfe742 Border Color

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

This div border color is #dfe742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe742


Comments

No comments written yet.

Please login to write comment.