Color Hex Logo

#dfffb0 Color Hex

#DFFFB0
(223,255,176)
0 Favorites   0 Comments

Color spaces of #dfffb0

RGB 223255176
HSL0.231.000.85
HSV84°31°100°
CMYK 0.130.000.31   0.00
XYZ74.027990.342654.6105
Yxy90.34260.33810.4126
Hunter Lab95.0487-27.312032.4689
CIE-Lab96.1387-23.323434.4384

#dfffb0 color RGB value is (223,255,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 10110000
Octal 337 377 260
Decimal 223 255 176
Hex DF FF B0

RGB Percentages of Color #dfffb0

%34.10
%38.99
%26.91

CMYK Percentages of Color #dfffb0

%13
%0
%31
%0

Triadic Colors of #dfffb0

#dfffb0 #b0dfff #ffb0df

Analogous Colors of #dfffb0

#dfffb0 #b8ffb0 #fff8b0

Monochromatic Colors of #dfffb0

#dfffb0

Complementary Color

#dfffb0 #d0b0ff

#dfffb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffb0 Color CSS Codes

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

#dfffb0 Text Font Color

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

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


#dfffb0 Background Color

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

This div background color is #dfffb0


#dfffb0 Border Color

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

This div border color is #dfffb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffb0

#dfffb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.