Color Hex Logo

#dffc8a Color Hex

#DFFC8A
(223,252,138)
0 Favorites   0 Comments

Color spaces of #dffc8a

RGB 223252138
HSL0.210.950.76
HSV75°45°99°
CMYK 0.120.000.45   0.01
XYZ69.829387.143837.1848
Yxy87.14380.35970.4488
Hunter Lab93.3508-29.840541.7284
CIE-Lab94.7992-26.416951.2360

#dffc8a color RGB value is (223,252,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10001010
Octal 337 374 212
Decimal 223 252 138
Hex DF FC 8A

RGB Percentages of Color #dffc8a

%36.38
%41.11
%22.51

CMYK Percentages of Color #dffc8a

%12
%0
%45
%1

Triadic Colors of #dffc8a

#dffc8a #8adffc #fc8adf

Analogous Colors of #dffc8a

#dffc8a #a6fc8a #fce08a

Monochromatic Colors of #dffc8a

#dffc8a

Complementary Color

#dffc8a #a78afc

#dffc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffc8a Color CSS Codes

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

#dffc8a Text Font Color

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

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


#dffc8a Background Color

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

This div background color is #dffc8a


#dffc8a Border Color

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

This div border color is #dffc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffc8a

Related Colors


Comments

No comments written yet.

Please login to write comment.