Color Hex Logo

#dffc6b Color Hex

#DFFC6B
(223,252,107)
0 Favorites   0 Comments

Color spaces of #dffc6b

RGB 223252107
HSL0.200.960.70
HSV72°58°99°
CMYK 0.120.000.58   0.01
XYZ67.895786.370327.0026
Yxy86.37030.37460.4765
Hunter Lab92.9356-32.231147.8281
CIE-Lab94.4705-29.203064.8117

#dffc6b color RGB value is (223,252,107).

#dffc6b hex color red value is 223, green value is 252 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dffc6b hue: 0.20 , saturation: 0.96 and the lightness value of dffc6b is 0.70.

The process color (four color CMYK) of #dffc6b color hex is 0.12, 0.00, 0.58, 0.01. Web safe color of #dffc6b is #ccff66. Color #dffc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 01101011
Octal 337 374 153
Decimal 223 252 107
Hex DF FC 6B

RGB Percentages of Color #dffc6b

%38.32
%43.30
%18.38

CMYK Percentages of Color #dffc6b

%12
%0
%58
%1

Triadic Colors of #dffc6b

#dffc6b #6bdffc #fc6bdf

Analogous Colors of #dffc6b

#dffc6b #97fc6b #fcd16b

Monochromatic Colors of #dffc6b

#dffc6b

Complementary Color

#dffc6b #886bfc

#dffc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffc6b Color CSS Codes

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

#dffc6b Text Font Color

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

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


#dffc6b Background Color

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

This div background color is #dffc6b


#dffc6b Border Color

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

This div border color is #dffc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffc6b


Comments

No comments written yet.

Please login to write comment.