Color Hex Logo

#fdb369 Color Hex

#FDB369
(253,179,105)
0 Favorites   0 Comments

Color spaces of #fdb369

RGB 253179105
HSL0.080.970.70
HSV30°58°99°
CMYK 0.000.290.58   0.01
XYZ59.177954.142820.6962
Yxy54.14280.44160.4040
Hunter Lab73.581814.789934.8309
CIE-Lab78.544919.428848.0149

#fdb369 color RGB value is (253,179,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 01101001
Octal 375 263 151
Decimal 253 179 105
Hex FD B3 69

RGB Percentages of Color #fdb369

%47.11
%33.33
%19.55

CMYK Percentages of Color #fdb369

%0
%29
%58
%1

Triadic Colors of #fdb369

#fdb369 #69fdb3 #b369fd

Analogous Colors of #fdb369

#fdb369 #fdfd69 #fd6969

Monochromatic Colors of #fdb369

#fdb369

Complementary Color

#fdb369 #69b3fd

#fdb369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb369 Color CSS Codes

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

#fdb369 Text Font Color

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

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


#fdb369 Background Color

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

This div background color is #fdb369


#fdb369 Border Color

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

This div border color is #fdb369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb369


Comments

No comments written yet.

Please login to write comment.