Color Hex Logo

#dffd65 Color Hex

#DFFD65
(223,253,101)
0 Favorites   0 Comments

Color spaces of #dffd65

RGB 223253101
HSL0.200.970.69
HSV72°60°99°
CMYK 0.120.000.60   0.01
XYZ67.905786.878125.5021
Yxy86.87810.37670.4819
Hunter Lab93.2084-33.071049.0240
CIE-Lab94.6865-30.112467.5562

#dffd65 color RGB value is (223,253,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 01100101
Octal 337 375 145
Decimal 223 253 101
Hex DF FD 65

RGB Percentages of Color #dffd65

%38.65
%43.85
%17.50

CMYK Percentages of Color #dffd65

%12
%0
%60
%1

Triadic Colors of #dffd65

#dffd65 #65dffd #fd65df

Analogous Colors of #dffd65

#dffd65 #93fd65 #fdcf65

Monochromatic Colors of #dffd65

#dffd65

Complementary Color

#dffd65 #8365fd

#dffd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffd65 Color CSS Codes

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

#dffd65 Text Font Color

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

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


#dffd65 Background Color

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

This div background color is #dffd65


#dffd65 Border Color

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

This div border color is #dffd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffd65

Related Colors


Comments

No comments written yet.

Please login to write comment.