Color Hex Logo

#fbc27a Color Hex

#FBC27A
(251,194,122)
0 Favorites   0 Comments

Color spaces of #fbc27a

RGB 251194122
HSL0.090.940.73
HSV33°51°98°
CMYK 0.000.230.51   0.02
XYZ62.588360.497926.7909
Yxy60.49790.41760.4037
Hunter Lab77.78047.519634.0243
CIE-Lab82.108112.119443.8265

#fbc27a color RGB value is (251,194,122).

#fbc27a hex color red value is 251, green value is 194 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbc27a hue: 0.09 , saturation: 0.94 and the lightness value of fbc27a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01111010
Octal 373 302 172
Decimal 251 194 122
Hex FB C2 7A

RGB Percentages of Color #fbc27a

%44.27
%34.22
%21.52

CMYK Percentages of Color #fbc27a

%0
%23
%51
%2

Triadic Colors of #fbc27a

#fbc27a #7afbc2 #c27afb

Analogous Colors of #fbc27a

#fbc27a #f4fb7a #fb827a

Monochromatic Colors of #fbc27a

#fbc27a

Complementary Color

#fbc27a #7ab3fb

#fbc27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc27a Color CSS Codes

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

#fbc27a Text Font Color

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

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


#fbc27a Background Color

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

This div background color is #fbc27a


#fbc27a Border Color

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

This div border color is #fbc27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc27a

#fbc27a Color Palettes


Comments

No comments written yet.

Please login to write comment.