Color Hex Logo

#fcb68a Color Hex

#FCB68A
(252,182,138)
0 Favorites   0 Comments

Color spaces of #fcb68a

RGB 252182138
HSL0.060.950.76
HSV23°45°99°
CMYK 0.000.280.45   0.01
XYZ61.460355.986331.6119
Yxy55.98630.41230.3756
Hunter Lab74.824015.677627.3278
CIE-Lab79.606020.275032.4058

#fcb68a color RGB value is (252,182,138).

#fcb68a hex color red value is 252, green value is 182 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fcb68a hue: 0.06 , saturation: 0.95 and the lightness value of fcb68a is 0.76.

The process color (four color CMYK) of #fcb68a color hex is 0.00, 0.28, 0.45, 0.01. Web safe color of #fcb68a is #ffcc99. Color #fcb68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10001010
Octal 374 266 212
Decimal 252 182 138
Hex FC B6 8A

RGB Percentages of Color #fcb68a

%44.06
%31.82
%24.13

CMYK Percentages of Color #fcb68a

%0
%28
%45
%1

Triadic Colors of #fcb68a

#fcb68a #8afcb6 #b68afc

Analogous Colors of #fcb68a

#fcb68a #fcef8a #fc8a97

Monochromatic Colors of #fcb68a

#fcb68a

Complementary Color

#fcb68a #8ad0fc

#fcb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb68a Color CSS Codes

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

#fcb68a Text Font Color

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

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


#fcb68a Background Color

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

This div background color is #fcb68a


#fcb68a Border Color

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

This div border color is #fcb68a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,182,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcb68a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcb68a;
  -webkit-box-shadow: 1px 1px 3px 2px #fcb68a;
  box-shadow:         1px 1px 3px 2px #fcb68a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,182,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb68a

Related Colors


Comments

No comments written yet.

Please login to write comment.