Color Hex Logo

#fcbf69 Color Hex

#FCBF69
(252,191,105)
0 Favorites   0 Comments

Color spaces of #fcbf69

RGB 252191105
HSL0.100.960.70
HSV35°58°99°
CMYK 0.000.240.58   0.01
XYZ61.325558.977021.5161
Yxy58.97700.43240.4159
Hunter Lab76.79658.146637.1462
CIE-Lab81.279012.747751.2299

#fcbf69 color RGB value is (252,191,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01101001
Octal 374 277 151
Decimal 252 191 105
Hex FC BF 69

RGB Percentages of Color #fcbf69

%45.99
%34.85
%19.16

CMYK Percentages of Color #fcbf69

%0
%24
%58
%1

Triadic Colors of #fcbf69

#fcbf69 #69fcbf #bf69fc

Analogous Colors of #fcbf69

#fcbf69 #f0fc69 #fc7669

Monochromatic Colors of #fcbf69

#fcbf69

Complementary Color

#fcbf69 #69a6fc

#fcbf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf69 Color CSS Codes

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

#fcbf69 Text Font Color

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

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


#fcbf69 Background Color

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

This div background color is #fcbf69


#fcbf69 Border Color

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

This div border color is #fcbf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf69


Comments

No comments written yet.

Please login to write comment.