Color Hex Logo

#dfee48 Color Hex

#DFEE48
(223,238,72)
0 Favorites   0 Comments

Color spaces of #dfee48

RGB 22323872
HSL0.180.830.61
HSV65°70°93°
CMYK 0.060.000.70   0.07
XYZ62.175777.304917.7752
Yxy77.30490.39540.4916
Hunter Lab87.9232-27.637749.5597
CIE-Lab90.4618-24.845974.2477

#dfee48 color RGB value is (223,238,72).

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

The process color (four color CMYK) of #dfee48 color hex is 0.06, 0.00, 0.70, 0.07. Web safe color of #dfee48 is #ccff33. Color #dfee48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 01001000
Octal 337 356 110
Decimal 223 238 72
Hex DF EE 48

RGB Percentages of Color #dfee48

%41.84
%44.65
%13.51

CMYK Percentages of Color #dfee48

%6
%0
%70
%7

Triadic Colors of #dfee48

#dfee48 #48dfee #ee48df

Analogous Colors of #dfee48

#dfee48 #8cee48 #eeaa48

Monochromatic Colors of #dfee48

#dfee48

Complementary Color

#dfee48 #5748ee

#dfee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfee48 Color CSS Codes

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

#dfee48 Text Font Color

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

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


#dfee48 Background Color

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

This div background color is #dfee48


#dfee48 Border Color

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

This div border color is #dfee48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfee48


Comments

No comments written yet.

Please login to write comment.