Color Hex Logo

#fdba61 Color Hex

#FDBA61
(253,186,97)
0 Favorites   0 Comments

Color spaces of #fdba61

RGB 25318697
HSL0.100.980.69
HSV34°62°99°
CMYK 0.000.260.62   0.01
XYZ60.224656.863519.1108
Yxy56.86350.44220.4175
Hunter Lab75.407910.595437.7595
CIE-Lab80.102815.216553.7155

#fdba61 color RGB value is (253,186,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 01100001
Octal 375 272 141
Decimal 253 186 97
Hex FD BA 61

RGB Percentages of Color #fdba61

%47.20
%34.70
%18.10

CMYK Percentages of Color #fdba61

%0
%26
%62
%1

Triadic Colors of #fdba61

#fdba61 #61fdba #ba61fd

Analogous Colors of #fdba61

#fdba61 #f2fd61 #fd6c61

Monochromatic Colors of #fdba61

#fdba61

Complementary Color

#fdba61 #61a4fd

#fdba61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba61 Color CSS Codes

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

#fdba61 Text Font Color

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

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


#fdba61 Background Color

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

This div background color is #fdba61


#fdba61 Border Color

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

This div border color is #fdba61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba61


Comments

No comments written yet.

Please login to write comment.