Color Hex Logo

#fcbd6a Color Hex

#FCBD6A
(252,189,106)
0 Favorites   0 Comments

Color spaces of #fcbd6a

RGB 252189106
HSL0.090.960.70
HSV34°58°99°
CMYK 0.000.250.58   0.01
XYZ60.944058.131221.6440
Yxy58.13120.43310.4131
Hunter Lab76.24389.253836.5395
CIE-Lab80.811713.864050.1939

#fcbd6a color RGB value is (252,189,106).

#fcbd6a hex color red value is 252, green value is 189 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fcbd6a hue: 0.09 , saturation: 0.96 and the lightness value of fcbd6a is 0.70.

The process color (four color CMYK) of #fcbd6a color hex is 0.00, 0.25, 0.58, 0.01. Web safe color of #fcbd6a is #ffcc66. Color #fcbd6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01101010
Octal 374 275 152
Decimal 252 189 106
Hex FC BD 6A

RGB Percentages of Color #fcbd6a

%46.07
%34.55
%19.38

CMYK Percentages of Color #fcbd6a

%0
%25
%58
%1

Triadic Colors of #fcbd6a

#fcbd6a #6afcbd #bd6afc

Analogous Colors of #fcbd6a

#fcbd6a #f2fc6a #fc746a

Monochromatic Colors of #fcbd6a

#fcbd6a

Complementary Color

#fcbd6a #6aa9fc

#fcbd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd6a Color CSS Codes

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

#fcbd6a Text Font Color

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

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


#fcbd6a Background Color

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

This div background color is #fcbd6a


#fcbd6a Border Color

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

This div border color is #fcbd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd6a


Comments

No comments written yet.

Please login to write comment.