Color Hex Logo

#fcbd6b Color Hex

#FCBD6B
(252,189,107)
0 Favorites   0 Comments

Color spaces of #fcbd6b

RGB 252189107
HSL0.090.960.70
HSV34°58°99°
CMYK 0.000.250.58   0.01
XYZ60.996358.152221.9196
Yxy58.15220.43240.4122
Hunter Lab76.25769.326336.3379
CIE-Lab80.823313.937149.7206

#fcbd6b color RGB value is (252,189,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01101011
Octal 374 275 153
Decimal 252 189 107
Hex FC BD 6B

RGB Percentages of Color #fcbd6b

%45.99
%34.49
%19.53

CMYK Percentages of Color #fcbd6b

%0
%25
%58
%1

Triadic Colors of #fcbd6b

#fcbd6b #6bfcbd #bd6bfc

Analogous Colors of #fcbd6b

#fcbd6b #f3fc6b #fc756b

Monochromatic Colors of #fcbd6b

#fcbd6b

Complementary Color

#fcbd6b #6baafc

#fcbd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd6b Color CSS Codes

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

#fcbd6b Text Font Color

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

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


#fcbd6b Background Color

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

This div background color is #fcbd6b


#fcbd6b Border Color

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

This div border color is #fcbd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd6b


Comments

No comments written yet.

Please login to write comment.