Color Hex Logo

#dfef08 Color Hex

#DFEF08
(223,239,8)
0 Favorites   0 Comments

Color spaces of #dfef08

RGB 2232398
HSL0.180.940.48
HSV64°97°94°
CMYK 0.070.000.97   0.06
XYZ61.341877.438511.9438
Yxy77.43850.40700.5138
Hunter Lab87.9991-29.571053.5522
CIE-Lab90.5231-27.059387.9210

#dfef08 color RGB value is (223,239,8).

#dfef08 hex color red value is 223, green value is 239 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dfef08 hue: 0.18 , saturation: 0.94 and the lightness value of dfef08 is 0.48.

The process color (four color CMYK) of #dfef08 color hex is 0.07, 0.00, 0.97, 0.06. Web safe color of #dfef08 is #ccff00. Color #dfef08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 00001000
Octal 337 357 10
Decimal 223 239 8
Hex DF EF 8

RGB Percentages of Color #dfef08

%47.45
%50.85
%1.70

CMYK Percentages of Color #dfef08

%7
%0
%97
%6

Triadic Colors of #dfef08

#dfef08 #08dfef #ef08df

Analogous Colors of #dfef08

#dfef08 #6cef08 #ef8c08

Monochromatic Colors of #dfef08

#dfef08

Complementary Color

#dfef08 #1808ef

#dfef08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef08 Color CSS Codes

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

#dfef08 Text Font Color

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

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


#dfef08 Background Color

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

This div background color is #dfef08


#dfef08 Border Color

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

This div border color is #dfef08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef08


Comments

No comments written yet.

Please login to write comment.