Color Hex Logo

#dfeb4b Color Hex

#DFEB4B
(223,235,75)
0 Favorites   0 Comments

Color spaces of #dfeb4b

RGB 22323575
HSL0.180.800.61
HSV64°68°92°
CMYK 0.050.000.68   0.08
XYZ61.409875.612618.0147
Yxy75.61260.39610.4877
Hunter Lab86.9555-26.111748.5857
CIE-Lab89.6792-23.262272.4097

#dfeb4b color RGB value is (223,235,75).

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

The process color (four color CMYK) of #dfeb4b color hex is 0.05, 0.00, 0.68, 0.08. Web safe color of #dfeb4b is #ccff33. Color #dfeb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 01001011
Octal 337 353 113
Decimal 223 235 75
Hex DF EB 4B

RGB Percentages of Color #dfeb4b

%41.84
%44.09
%14.07

CMYK Percentages of Color #dfeb4b

%5
%0
%68
%8

Triadic Colors of #dfeb4b

#dfeb4b #4bdfeb #eb4bdf

Analogous Colors of #dfeb4b

#dfeb4b #8feb4b #eba74b

Monochromatic Colors of #dfeb4b

#dfeb4b

Complementary Color

#dfeb4b #574beb

#dfeb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb4b Color CSS Codes

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

#dfeb4b Text Font Color

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

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


#dfeb4b Background Color

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

This div background color is #dfeb4b


#dfeb4b Border Color

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

This div border color is #dfeb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb4b


Comments

No comments written yet.

Please login to write comment.