Color Hex Logo

#fddd65 Color Hex

#FDDD65
(253,221,101)
0 Favorites   0 Comments

Color spaces of #fddd65

RGB 253221101
HSL0.130.970.69
HSV47°60°99°
CMYK 0.000.130.60   0.01
XYZ68.713473.535122.8840
Yxy73.53510.41610.4453
Hunter Lab85.7526-7.035444.2047
CIE-Lab88.7023-2.553161.6106

#fddd65 color RGB value is (253,221,101).

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

The process color (four color CMYK) of #fddd65 color hex is 0.00, 0.13, 0.60, 0.01. Web safe color of #fddd65 is #ffcc66. Color #fddd65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01100101
Octal 375 335 145
Decimal 253 221 101
Hex FD DD 65

RGB Percentages of Color #fddd65

%44.00
%38.43
%17.57

CMYK Percentages of Color #fddd65

%0
%13
%60
%1

Triadic Colors of #fddd65

#fddd65 #65fddd #dd65fd

Analogous Colors of #fddd65

#fddd65 #d1fd65 #fd9165

Monochromatic Colors of #fddd65

#fddd65

Complementary Color

#fddd65 #6585fd

#fddd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd65 Color CSS Codes

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

#fddd65 Text Font Color

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

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


#fddd65 Background Color

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

This div background color is #fddd65


#fddd65 Border Color

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

This div border color is #fddd65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,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 #fddd65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd65


Comments

No comments written yet.

Please login to write comment.