Color Hex Logo

#dff86a Color Hex

#DFF86A
(223,248,106)
0 Favorites   0 Comments

Color spaces of #dff86a

RGB 223248106
HSL0.200.910.69
HSV71°57°97°
CMYK 0.100.000.57   0.03
XYZ66.600383.863426.3127
Yxy83.86340.37670.4744
Hunter Lab91.5770-30.443747.0681
CIE-Lab93.3911-27.411764.0302

#dff86a color RGB value is (223,248,106).

#dff86a hex color red value is 223, green value is 248 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dff86a hue: 0.20 , saturation: 0.91 and the lightness value of dff86a is 0.69.

The process color (four color CMYK) of #dff86a color hex is 0.10, 0.00, 0.57, 0.03. Web safe color of #dff86a is #ccff66. Color #dff86a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111000 01101010
Octal 337 370 152
Decimal 223 248 106
Hex DF F8 6A

RGB Percentages of Color #dff86a

%38.65
%42.98
%18.37

CMYK Percentages of Color #dff86a

%10
%0
%57
%3

Triadic Colors of #dff86a

#dff86a #6adff8 #f86adf

Analogous Colors of #dff86a

#dff86a #98f86a #f8ca6a

Monochromatic Colors of #dff86a

#dff86a

Complementary Color

#dff86a #836af8

#dff86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff86a Color CSS Codes

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

#dff86a Text Font Color

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

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


#dff86a Background Color

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

This div background color is #dff86a


#dff86a Border Color

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

This div border color is #dff86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff86a

Related Colors


Comments

No comments written yet.

Please login to write comment.