Color Hex Logo

#fdb326 Color Hex

#FDB326
(253,179,38)
0 Favorites   0 Comments

Color spaces of #fdb326

RGB 25317938
HSL0.110.980.57
HSV39°85°99°
CMYK 0.000.290.85   0.01
XYZ56.978053.26289.1114
Yxy53.26280.47740.4463
Hunter Lab72.981411.641143.6849
CIE-Lab78.029916.291374.6413

#fdb326 color RGB value is (253,179,38).

#fdb326 hex color red value is 253, green value is 179 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fdb326 hue: 0.11 , saturation: 0.98 and the lightness value of fdb326 is 0.57.

The process color (four color CMYK) of #fdb326 color hex is 0.00, 0.29, 0.85, 0.01. Web safe color of #fdb326 is #ffcc33. Color #fdb326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 00100110
Octal 375 263 46
Decimal 253 179 38
Hex FD B3 26

RGB Percentages of Color #fdb326

%53.83
%38.09
%8.09

CMYK Percentages of Color #fdb326

%0
%29
%85
%1

Triadic Colors of #fdb326

#fdb326 #26fdb3 #b326fd

Analogous Colors of #fdb326

#fdb326 #dcfd26 #fd4726

Monochromatic Colors of #fdb326

#fdb326

Complementary Color

#fdb326 #2670fd

#fdb326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb326 Color CSS Codes

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

#fdb326 Text Font Color

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

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


#fdb326 Background Color

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

This div background color is #fdb326


#fdb326 Border Color

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

This div border color is #fdb326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb326


Comments

No comments written yet.

Please login to write comment.