Color Hex Logo

#dffc1f Color Hex

#DFFC1F
(223,252,31)
0 Favorites   0 Comments

Color spaces of #dffc1f

RGB 22325231
HSL0.190.970.55
HSV68°88°99°
CMYK 0.120.000.88   0.01
XYZ65.489285.407714.3300
Yxy85.40770.39640.5169
Hunter Lab92.4163-35.237655.4979
CIE-Lab94.0585-32.771888.0238

#dffc1f color RGB value is (223,252,31).

#dffc1f hex color red value is 223, green value is 252 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dffc1f hue: 0.19 , saturation: 0.97 and the lightness value of dffc1f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 00011111
Octal 337 374 37
Decimal 223 252 31
Hex DF FC 1F

RGB Percentages of Color #dffc1f

%44.07
%49.80
%6.13

CMYK Percentages of Color #dffc1f

%12
%0
%88
%1

Triadic Colors of #dffc1f

#dffc1f #1fdffc #fc1fdf

Analogous Colors of #dffc1f

#dffc1f #71fc1f #fcab1f

Monochromatic Colors of #dffc1f

#dffc1f

Complementary Color

#dffc1f #3c1ffc

#dffc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffc1f Color CSS Codes

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

#dffc1f Text Font Color

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

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


#dffc1f Background Color

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

This div background color is #dffc1f


#dffc1f Border Color

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

This div border color is #dffc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffc1f


Comments

No comments written yet.

Please login to write comment.