Color Hex Logo

#fddc67 Color Hex

#FDDC67
(253,220,103)
0 Favorites   0 Comments

Color spaces of #fddc67

RGB 253220103
HSL0.130.970.70
HSV47°59°99°
CMYK 0.000.130.59   0.01
XYZ68.549473.048323.3188
Yxy73.04830.41570.4429
Hunter Lab85.4683-6.404543.6514
CIE-Lab88.4707-1.912460.4630

#fddc67 color RGB value is (253,220,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 01100111
Octal 375 334 147
Decimal 253 220 103
Hex FD DC 67

RGB Percentages of Color #fddc67

%43.92
%38.19
%17.88

CMYK Percentages of Color #fddc67

%0
%13
%59
%1

Triadic Colors of #fddc67

#fddc67 #67fddc #dc67fd

Analogous Colors of #fddc67

#fddc67 #d3fd67 #fd9167

Monochromatic Colors of #fddc67

#fddc67

Complementary Color

#fddc67 #6788fd

#fddc67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc67 Color CSS Codes

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

#fddc67 Text Font Color

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

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


#fddc67 Background Color

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

This div background color is #fddc67


#fddc67 Border Color

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

This div border color is #fddc67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc67

Related Colors


Comments

No comments written yet.

Please login to write comment.