Color Hex Logo

#dfef03 Color Hex

#DFEF03
(223,239,3)
0 Favorites   0 Comments

Color spaces of #dfef03

RGB 2232393
HSL0.180.980.47
HSV64°99°94°
CMYK 0.070.000.99   0.06
XYZ61.314477.427611.7996
Yxy77.42760.40730.5143
Hunter Lab87.9930-29.607053.6445
CIE-Lab90.5181-27.102188.2993

#dfef03 color RGB value is (223,239,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 00000011
Octal 337 357 3
Decimal 223 239 3
Hex DF EF 3

RGB Percentages of Color #dfef03

%47.96
%51.40
%0.65

CMYK Percentages of Color #dfef03

%7
%0
%99
%6

Triadic Colors of #dfef03

#dfef03 #03dfef #ef03df

Analogous Colors of #dfef03

#dfef03 #69ef03 #ef8903

Monochromatic Colors of #dfef03

#dfef03

Complementary Color

#dfef03 #1303ef

#dfef03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef03 Color CSS Codes

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

#dfef03 Text Font Color

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

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


#dfef03 Background Color

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

This div background color is #dfef03


#dfef03 Border Color

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

This div border color is #dfef03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef03


Comments

No comments written yet.

Please login to write comment.