Color Hex Logo

#fddd68 Color Hex

#FDDD68
(253,221,104)
0 Favorites   0 Comments

Color spaces of #fddd68

RGB 253221104
HSL0.130.970.70
HSV47°59°99°
CMYK 0.000.130.59   0.01
XYZ68.863273.595023.6725
Yxy73.59500.41450.4430
Hunter Lab85.7875-6.843043.6906
CIE-Lab88.7307-2.349860.3092

#fddd68 color RGB value is (253,221,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01101000
Octal 375 335 150
Decimal 253 221 104
Hex FD DD 68

RGB Percentages of Color #fddd68

%43.77
%38.24
%17.99

CMYK Percentages of Color #fddd68

%0
%13
%59
%1

Triadic Colors of #fddd68

#fddd68 #68fddd #dd68fd

Analogous Colors of #fddd68

#fddd68 #d3fd68 #fd9368

Monochromatic Colors of #fddd68

#fddd68

Complementary Color

#fddd68 #6888fd

#fddd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd68 Color CSS Codes

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

#fddd68 Text Font Color

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

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


#fddd68 Background Color

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

This div background color is #fddd68


#fddd68 Border Color

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

This div border color is #fddd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd68


Comments

No comments written yet.

Please login to write comment.