Color Hex Logo

#dfe950 Color Hex

#DFE950
(223,233,80)
1 Favorites   0 Comments

Color spaces of #dfe950

RGB 22323380
HSL0.180.780.61
HSV64°66°91°
CMYK 0.040.000.66   0.09
XYZ61.018374.545018.7620
Yxy74.54500.39540.4830
Hunter Lab86.3394-24.943547.5536
CIE-Lab89.1794-22.028770.0504

#dfe950 color RGB value is (223,233,80).

#dfe950 hex color red value is 223, green value is 233 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dfe950 hue: 0.18 , saturation: 0.78 and the lightness value of dfe950 is 0.61.

The process color (four color CMYK) of #dfe950 color hex is 0.04, 0.00, 0.66, 0.09. Web safe color of #dfe950 is #ccff66. Color #dfe950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01010000
Octal 337 351 120
Decimal 223 233 80
Hex DF E9 50

RGB Percentages of Color #dfe950

%41.60
%43.47
%14.93

CMYK Percentages of Color #dfe950

%4
%0
%66
%9

Triadic Colors of #dfe950

#dfe950 #50dfe9 #e950df

Analogous Colors of #dfe950

#dfe950 #93e950 #e9a750

Monochromatic Colors of #dfe950

#dfe950

Complementary Color

#dfe950 #5a50e9

#dfe950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe950 Color CSS Codes

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

#dfe950 Text Font Color

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

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


#dfe950 Background Color

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

This div background color is #dfe950


#dfe950 Border Color

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

This div border color is #dfe950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe950

#dfe950 Color Palettes


Comments

No comments written yet.

Please login to write comment.