Color Hex Logo

#dffc8b Color Hex

#DFFC8B
(223,252,139)
0 Favorites   0 Comments

Color spaces of #dffc8b

RGB 223252139
HSL0.210.950.77
HSV75°45°99°
CMYK 0.120.000.45   0.01
XYZ69.902087.172937.5679
Yxy87.17290.35910.4479
Hunter Lab93.3664-29.751141.5000
CIE-Lab94.8116-26.313550.7788

#dffc8b color RGB value is (223,252,139).

#dffc8b hex color red value is 223, green value is 252 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dffc8b hue: 0.21 , saturation: 0.95 and the lightness value of dffc8b is 0.77.

The process color (four color CMYK) of #dffc8b color hex is 0.12, 0.00, 0.45, 0.01. Web safe color of #dffc8b is #ccff99. Color #dffc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10001011
Octal 337 374 213
Decimal 223 252 139
Hex DF FC 8B

RGB Percentages of Color #dffc8b

%36.32
%41.04
%22.64

CMYK Percentages of Color #dffc8b

%12
%0
%45
%1

Triadic Colors of #dffc8b

#dffc8b #8bdffc #fc8bdf

Analogous Colors of #dffc8b

#dffc8b #a7fc8b #fce18b

Monochromatic Colors of #dffc8b

#dffc8b

Complementary Color

#dffc8b #a88bfc

#dffc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffc8b Color CSS Codes

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

#dffc8b Text Font Color

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

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


#dffc8b Background Color

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

This div background color is #dffc8b


#dffc8b Border Color

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

This div border color is #dffc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffc8b

Related Colors


Comments

No comments written yet.

Please login to write comment.