Color Hex Logo

#dfec72 Color Hex

#DFEC72
(223,236,114)
0 Favorites   0 Comments

Color spaces of #dfec72

RGB 223236114
HSL0.180.760.69
HSV66°52°93°
CMYK 0.060.000.52   0.07
XYZ63.464176.893827.4167
Yxy76.89380.37830.4583
Hunter Lab87.6891-24.268442.8449
CIE-Lab90.2727-21.053456.9351

#dfec72 color RGB value is (223,236,114).

#dfec72 hex color red value is 223, green value is 236 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dfec72 hue: 0.18 , saturation: 0.76 and the lightness value of dfec72 is 0.69.

The process color (four color CMYK) of #dfec72 color hex is 0.06, 0.00, 0.52, 0.07. Web safe color of #dfec72 is #ccff66. Color #dfec72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 01110010
Octal 337 354 162
Decimal 223 236 114
Hex DF EC 72

RGB Percentages of Color #dfec72

%38.92
%41.19
%19.90

CMYK Percentages of Color #dfec72

%6
%0
%52
%7

Triadic Colors of #dfec72

#dfec72 #72dfec #ec72df

Analogous Colors of #dfec72

#dfec72 #a2ec72 #ecbc72

Monochromatic Colors of #dfec72

#dfec72

Complementary Color

#dfec72 #7f72ec

#dfec72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec72 Color CSS Codes

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

#dfec72 Text Font Color

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

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


#dfec72 Background Color

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

This div background color is #dfec72


#dfec72 Border Color

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

This div border color is #dfec72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec72


Comments

No comments written yet.

Please login to write comment.