Color Hex Logo

#fdcd61 Color Hex

#FDCD61
(253,205,97)
0 Favorites   0 Comments

Color spaces of #fdcd61

RGB 25320597
HSL0.120.980.69
HSV42°62°99°
CMYK 0.000.190.62   0.01
XYZ64.497065.408420.5350
Yxy65.40840.42870.4348
Hunter Lab80.87550.819141.5586
CIE-Lab84.69375.351958.9157

#fdcd61 color RGB value is (253,205,97).

#fdcd61 hex color red value is 253, green value is 205 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fdcd61 hue: 0.12 , saturation: 0.98 and the lightness value of fdcd61 is 0.69.

The process color (four color CMYK) of #fdcd61 color hex is 0.00, 0.19, 0.62, 0.01. Web safe color of #fdcd61 is #ffcc66. Color #fdcd61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 01100001
Octal 375 315 141
Decimal 253 205 97
Hex FD CD 61

RGB Percentages of Color #fdcd61

%45.59
%36.94
%17.48

CMYK Percentages of Color #fdcd61

%0
%19
%62
%1

Triadic Colors of #fdcd61

#fdcd61 #61fdcd #cd61fd

Analogous Colors of #fdcd61

#fdcd61 #dffd61 #fd7f61

Monochromatic Colors of #fdcd61

#fdcd61

Complementary Color

#fdcd61 #6191fd

#fdcd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd61 Color CSS Codes

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

#fdcd61 Text Font Color

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

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


#fdcd61 Background Color

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

This div background color is #fdcd61


#fdcd61 Border Color

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

This div border color is #fdcd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd61

Related Colors


Comments

No comments written yet.

Please login to write comment.