Color Hex Logo

#dfeb0d Color Hex

#DFEB0D
(223,235,13)
0 Favorites   0 Comments

Color spaces of #dfeb0d

RGB 22323513
HSL0.180.900.49
HSV63°94°92°
CMYK 0.050.000.94   0.08
XYZ60.212475.133711.7095
Yxy75.13370.40950.5109
Hunter Lab86.6797-27.693752.6663
CIE-Lab89.4556-25.126486.7107

#dfeb0d color RGB value is (223,235,13).

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

The process color (four color CMYK) of #dfeb0d color hex is 0.05, 0.00, 0.94, 0.08. Web safe color of #dfeb0d is #ccff00. Color #dfeb0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 00001101
Octal 337 353 15
Decimal 223 235 13
Hex DF EB D

RGB Percentages of Color #dfeb0d

%47.35
%49.89
%2.76

CMYK Percentages of Color #dfeb0d

%5
%0
%94
%8

Triadic Colors of #dfeb0d

#dfeb0d #0ddfeb #eb0ddf

Analogous Colors of #dfeb0d

#dfeb0d #70eb0d #eb880d

Monochromatic Colors of #dfeb0d

#dfeb0d

Complementary Color

#dfeb0d #190deb

#dfeb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb0d Color CSS Codes

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

#dfeb0d Text Font Color

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

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


#dfeb0d Background Color

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

This div background color is #dfeb0d


#dfeb0d Border Color

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

This div border color is #dfeb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb0d


Comments

No comments written yet.

Please login to write comment.