Color Hex Logo

#fdb768 Color Hex

#FDB768
(253,183,104)
0 Favorites   0 Comments

Color spaces of #fdb768

RGB 253183104
HSL0.090.970.70
HSV32°59°99°
CMYK 0.000.280.59   0.01
XYZ59.940255.749120.6982
Yxy55.74910.43950.4088
Hunter Lab74.665312.632835.8298
CIE-Lab79.470817.263449.6076

#fdb768 color RGB value is (253,183,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 01101000
Octal 375 267 150
Decimal 253 183 104
Hex FD B7 68

RGB Percentages of Color #fdb768

%46.85
%33.89
%19.26

CMYK Percentages of Color #fdb768

%0
%28
%59
%1

Triadic Colors of #fdb768

#fdb768 #68fdb7 #b768fd

Analogous Colors of #fdb768

#fdb768 #f9fd68 #fd6d68

Monochromatic Colors of #fdb768

#fdb768

Complementary Color

#fdb768 #68aefd

#fdb768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb768 Color CSS Codes

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

#fdb768 Text Font Color

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

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


#fdb768 Background Color

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

This div background color is #fdb768


#fdb768 Border Color

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

This div border color is #fdb768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb768

Related Colors


Comments

No comments written yet.

Please login to write comment.