color codes Logo

#dfe60c color codes

#DFE60C
(223,230,12)
0 Favorites   0 Comments

Color spaces of #dfe60c

RGB 22323012
HSL0.170.900.47
HSV62°95°90°
CMYK 0.030.000.95   0.10
XYZ58.794672.308111.2059
Yxy72.30810.41310.5081
Hunter Lab85.0342-25.390851.7106
CIE-Lab88.1167-22.752685.7858

#dfe60c color RGB value is (223,230,12).

#dfe60c hex color red value is 223, green value is 230 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dfe60c hue: 0.17 , saturation: 0.90 and the lightness value of dfe60c is 0.47.

The process color (four color CMYK) of #dfe60c color code is 0.03, 0.00, 0.95, 0.10. Web safe color of #dfe60c is #ccff00. Color #dfe60c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 00001100
Octal 337 346 14
Decimal 223 230 12
Hex DF E6 C

RGB Percentages of Color #dfe60c

%47.96
%49.46
%2.58

CMYK Percentages of Color #dfe60c

%3
%0
%95
%10

Triadic Colors of #dfe60c

#dfe60c #0cdfe6 #e60cdf

Analogous Colors of #dfe60c

#dfe60c #72e60c #e6800c

Monochromatic Colors of #dfe60c

#dfe60c

Complementary Color

#dfe60c #130ce6

#dfe60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe60c Color CSS Codes

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

#dfe60c Text Font Color

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

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


#dfe60c Background Color

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

This div background color is #dfe60c


#dfe60c Border Color

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

This div border color is #dfe60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe60c


Comments

No comments written yet.

Please login to write comment.