Color Hex Logo

#fdd461 Color Hex

#FDD461
(253,212,97)
0 Favorites   0 Comments

Color spaces of #fdd461

RGB 25321297
HSL0.120.980.69
HSV44°62°99°
CMYK 0.000.160.62   0.01
XYZ66.209268.832721.1057
Yxy68.83270.42400.4408
Hunter Lab82.9655-2.740742.9930
CIE-Lab86.42111.760460.8411

#fdd461 color RGB value is (253,212,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 01100001
Octal 375 324 141
Decimal 253 212 97
Hex FD D4 61

RGB Percentages of Color #fdd461

%45.02
%37.72
%17.26

CMYK Percentages of Color #fdd461

%0
%16
%62
%1

Triadic Colors of #fdd461

#fdd461 #61fdd4 #d461fd

Analogous Colors of #fdd461

#fdd461 #d8fd61 #fd8661

Monochromatic Colors of #fdd461

#fdd461

Complementary Color

#fdd461 #618afd

#fdd461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd461 Color CSS Codes

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

#fdd461 Text Font Color

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

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


#fdd461 Background Color

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

This div background color is #fdd461


#fdd461 Border Color

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

This div border color is #fdd461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd461


Comments

No comments written yet.

Please login to write comment.