Color Hex Logo

#fdb068 Color Hex

#FDB068
(253,176,104)
0 Favorites   0 Comments

Color spaces of #fdb068

RGB 253176104
HSL0.080.970.70
HSV29°59°99°
CMYK 0.000.300.59   0.01
XYZ58.532052.932820.2288
Yxy52.93280.44450.4019
Hunter Lab72.754916.283734.4434
CIE-Lab77.835320.928547.6637

#fdb068 color RGB value is (253,176,104).

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

The process color (four color CMYK) of #fdb068 color hex is 0.00, 0.30, 0.59, 0.01. Web safe color of #fdb068 is #ff9966. Color #fdb068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01101000
Octal 375 260 150
Decimal 253 176 104
Hex FD B0 68

RGB Percentages of Color #fdb068

%47.47
%33.02
%19.51

CMYK Percentages of Color #fdb068

%0
%30
%59
%1

Triadic Colors of #fdb068

#fdb068 #68fdb0 #b068fd

Analogous Colors of #fdb068

#fdb068 #fdfb68 #fd686b

Monochromatic Colors of #fdb068

#fdb068

Complementary Color

#fdb068 #68b5fd

#fdb068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb068 Color CSS Codes

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

#fdb068 Text Font Color

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

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


#fdb068 Background Color

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

This div background color is #fdb068


#fdb068 Border Color

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

This div border color is #fdb068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb068

Related Colors


Comments

No comments written yet.

Please login to write comment.