Color Hex Logo

#dfeb78 Color Hex

#DFEB78
(223,235,120)
0 Favorites   0 Comments

Color spaces of #dfeb78

RGB 223235120
HSL0.180.740.70
HSV66°49°92°
CMYK 0.050.000.49   0.08
XYZ63.529976.460729.1793
Yxy76.46070.37550.4520
Hunter Lab87.4418-23.335941.4242
CIE-Lab90.0728-20.040853.9400

#dfeb78 color RGB value is (223,235,120).

#dfeb78 hex color red value is 223, green value is 235 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dfeb78 hue: 0.18 , saturation: 0.74 and the lightness value of dfeb78 is 0.70.

The process color (four color CMYK) of #dfeb78 color hex is 0.05, 0.00, 0.49, 0.08. Web safe color of #dfeb78 is #ccff66. Color #dfeb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 01111000
Octal 337 353 170
Decimal 223 235 120
Hex DF EB 78

RGB Percentages of Color #dfeb78

%38.58
%40.66
%20.76

CMYK Percentages of Color #dfeb78

%5
%0
%49
%8

Triadic Colors of #dfeb78

#dfeb78 #78dfeb #eb78df

Analogous Colors of #dfeb78

#dfeb78 #a6eb78 #ebbe78

Monochromatic Colors of #dfeb78

#dfeb78

Complementary Color

#dfeb78 #8478eb

#dfeb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb78 Color CSS Codes

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

#dfeb78 Text Font Color

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

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


#dfeb78 Background Color

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

This div background color is #dfeb78


#dfeb78 Border Color

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

This div border color is #dfeb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb78


Comments

No comments written yet.

Please login to write comment.