Color Hex Logo

#dfff0b Color Hex

#DFFF0B
(223,255,11)
0 Favorites   0 Comments

Color spaces of #dfff0b

RGB 22325511
HSL0.191.000.52
HSV68°96°100°
CMYK 0.130.000.96   0.00
XYZ66.251887.232113.6623
Yxy87.23210.39640.5219
Hunter Lab93.3981-36.828156.7057
CIE-Lab94.8367-34.418390.9707

#dfff0b color RGB value is (223,255,11).

#dfff0b hex color red value is 223, green value is 255 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dfff0b hue: 0.19 , saturation: 1.00 and the lightness value of dfff0b is 0.52.

The process color (four color CMYK) of #dfff0b color hex is 0.13, 0.00, 0.96, 0.00. Web safe color of #dfff0b is #ccff00. Color #dfff0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 00001011
Octal 337 377 13
Decimal 223 255 11
Hex DF FF B

RGB Percentages of Color #dfff0b

%45.60
%52.15
%2.25

CMYK Percentages of Color #dfff0b

%13
%0
%96
%0

Triadic Colors of #dfff0b

#dfff0b #0bdfff #ff0bdf

Analogous Colors of #dfff0b

#dfff0b #65ff0b #ffa50b

Monochromatic Colors of #dfff0b

#dfff0b

Complementary Color

#dfff0b #2b0bff

#dfff0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfff0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfff0b Color CSS Codes

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

#dfff0b Text Font Color

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

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


#dfff0b Background Color

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

This div background color is #dfff0b


#dfff0b Border Color

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

This div border color is #dfff0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfff0b


Comments

No comments written yet.

Please login to write comment.