Color Hex Logo

#fba27c Color Hex

#FBA27C
(251,162,124)
0 Favorites   0 Comments

Color spaces of #fba27c

RGB 251162124
HSL0.050.940.74
HSV18°51°98°
CMYK 0.000.350.51   0.02
XYZ56.342147.805125.3265
Yxy47.80510.43520.3692
Hunter Lab69.141224.459726.6809
CIE-Lab74.701829.062133.3834

#fba27c color RGB value is (251,162,124).

#fba27c hex color red value is 251, green value is 162 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fba27c hue: 0.05 , saturation: 0.94 and the lightness value of fba27c is 0.74.

The process color (four color CMYK) of #fba27c color hex is 0.00, 0.35, 0.51, 0.02. Web safe color of #fba27c is #ff9966. Color #fba27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01111100
Octal 373 242 174
Decimal 251 162 124
Hex FB A2 7C

RGB Percentages of Color #fba27c

%46.74
%30.17
%23.09

CMYK Percentages of Color #fba27c

%0
%35
%51
%2

Triadic Colors of #fba27c

#fba27c #7cfba2 #a27cfb

Analogous Colors of #fba27c

#fba27c #fbe27c #fb7c96

Monochromatic Colors of #fba27c

#fba27c

Complementary Color

#fba27c #7cd5fb

#fba27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba27c Color CSS Codes

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

#fba27c Text Font Color

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

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


#fba27c Background Color

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

This div background color is #fba27c


#fba27c Border Color

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

This div border color is #fba27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba27c

Related Colors


Comments

No comments written yet.

Please login to write comment.