Color Hex Logo

#fbc26c Color Hex

#FBC26C
(251,194,108)
0 Favorites   0 Comments

Color spaces of #fbc26c

RGB 251194108
HSL0.100.950.70
HSV36°57°98°
CMYK 0.000.230.57   0.02
XYZ61.782260.175522.5461
Yxy60.17550.42750.4164
Hunter Lab77.57296.412237.0687
CIE-Lab81.933510.996350.5284

#fbc26c color RGB value is (251,194,108).

#fbc26c hex color red value is 251, green value is 194 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fbc26c hue: 0.10 , saturation: 0.95 and the lightness value of fbc26c is 0.70.

The process color (four color CMYK) of #fbc26c color hex is 0.00, 0.23, 0.57, 0.02. Web safe color of #fbc26c is #ffcc66. Color #fbc26c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01101100
Octal 373 302 154
Decimal 251 194 108
Hex FB C2 6C

RGB Percentages of Color #fbc26c

%45.39
%35.08
%19.53

CMYK Percentages of Color #fbc26c

%0
%23
%57
%2

Triadic Colors of #fbc26c

#fbc26c #6cfbc2 #c26cfb

Analogous Colors of #fbc26c

#fbc26c #edfb6c #fb7b6c

Monochromatic Colors of #fbc26c

#fbc26c

Complementary Color

#fbc26c #6ca5fb

#fbc26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc26c Color CSS Codes

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

#fbc26c Text Font Color

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

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


#fbc26c Background Color

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

This div background color is #fbc26c


#fbc26c Border Color

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

This div border color is #fbc26c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,194,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbc26c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbc26c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbc26c;
  box-shadow:         1px 1px 3px 2px #fbc26c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,194,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc26c

Related Colors


Comments

No comments written yet.

Please login to write comment.