Color Hex Logo

#dffd30 Color Hex

#DFFD30
(223,253,48)
0 Favorites   0 Comments

Color spaces of #dffd30

RGB 22325348
HSL0.190.980.59
HSV69°81°99°
CMYK 0.120.000.81   0.01
XYZ66.090286.151915.9420
Yxy86.15190.39300.5122
Hunter Lab92.8180-35.332454.7893
CIE-Lab94.3773-32.798984.8934

#dffd30 color RGB value is (223,253,48).

#dffd30 hex color red value is 223, green value is 253 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dffd30 hue: 0.19 , saturation: 0.98 and the lightness value of dffd30 is 0.59.

The process color (four color CMYK) of #dffd30 color hex is 0.12, 0.00, 0.81, 0.01. Web safe color of #dffd30 is #ccff33. Color #dffd30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 00110000
Octal 337 375 60
Decimal 223 253 48
Hex DF FD 30

RGB Percentages of Color #dffd30

%42.56
%48.28
%9.16

CMYK Percentages of Color #dffd30

%12
%0
%81
%1

Triadic Colors of #dffd30

#dffd30 #30dffd #fd30df

Analogous Colors of #dffd30

#dffd30 #79fd30 #fdb530

Monochromatic Colors of #dffd30

#dffd30

Complementary Color

#dffd30 #4e30fd

#dffd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffd30 Color CSS Codes

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

#dffd30 Text Font Color

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

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


#dffd30 Background Color

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

This div background color is #dffd30


#dffd30 Border Color

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

This div border color is #dffd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffd30

Related Colors


Comments

No comments written yet.

Please login to write comment.