Color Hex Logo

#fdb368 Color Hex

#FDB368
(253,179,104)
0 Favorites   0 Comments

Color spaces of #fdb368

RGB 253179104
HSL0.080.970.70
HSV30°59°99°
CMYK 0.000.290.59   0.01
XYZ59.126854.122320.4270
Yxy54.12230.44230.4049
Hunter Lab73.567914.717535.0349
CIE-Lab78.533019.357348.4951

#fdb368 color RGB value is (253,179,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 01101000
Octal 375 263 150
Decimal 253 179 104
Hex FD B3 68

RGB Percentages of Color #fdb368

%47.20
%33.40
%19.40

CMYK Percentages of Color #fdb368

%0
%29
%59
%1

Triadic Colors of #fdb368

#fdb368 #68fdb3 #b368fd

Analogous Colors of #fdb368

#fdb368 #fdfd68 #fd6968

Monochromatic Colors of #fdb368

#fdb368

Complementary Color

#fdb368 #68b2fd

#fdb368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb368 Color CSS Codes

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

#fdb368 Text Font Color

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

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


#fdb368 Background Color

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

This div background color is #fdb368


#fdb368 Border Color

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

This div border color is #fdb368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb368


Comments

No comments written yet.

Please login to write comment.