Color Hex Logo

#dfff9b Color Hex

#DFFF9B
(223,255,155)
0 Favorites   0 Comments

Color spaces of #dfff9b

RGB 223255155
HSL0.221.000.80
HSV79°39°100°
CMYK 0.130.000.39   0.00
XYZ72.107889.574544.4995
Yxy89.57450.34970.4344
Hunter Lab94.6438-29.630038.3738
CIE-Lab95.8200-25.962044.3722

#dfff9b color RGB value is (223,255,155).

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

The process color (four color CMYK) of #dfff9b color hex is 0.13, 0.00, 0.39, 0.00. Web safe color of #dfff9b is #ccff99. Color #dfff9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 10011011
Octal 337 377 233
Decimal 223 255 155
Hex DF FF 9B

RGB Percentages of Color #dfff9b

%35.23
%40.28
%24.49

CMYK Percentages of Color #dfff9b

%13
%0
%39
%0

Triadic Colors of #dfff9b

#dfff9b #9bdfff #ff9bdf

Analogous Colors of #dfff9b

#dfff9b #adff9b #ffed9b

Monochromatic Colors of #dfff9b

#dfff9b

Complementary Color

#dfff9b #bb9bff

#dfff9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfff9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfff9b Color CSS Codes

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

#dfff9b Text Font Color

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

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


#dfff9b Background Color

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

This div background color is #dfff9b


#dfff9b Border Color

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

This div border color is #dfff9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfff9b

Related Colors


Comments

No comments written yet.

Please login to write comment.