Color Hex Logo

#fcbc98 Color Hex

#FCBC98
(252,188,152)
0 Favorites   0 Comments

Color spaces of #fcbc98

RGB 252188152
HSL0.060.940.79
HSV22°40°99°
CMYK 0.000.250.40   0.01
XYZ63.795658.928937.7178
Yxy58.92890.39760.3673
Hunter Lab76.765214.003224.6041
CIE-Lab81.252518.586427.2148

#fcbc98 color RGB value is (252,188,152).

#fcbc98 hex color red value is 252, green value is 188 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fcbc98 hue: 0.06 , saturation: 0.94 and the lightness value of fcbc98 is 0.79.

The process color (four color CMYK) of #fcbc98 color hex is 0.00, 0.25, 0.40, 0.01. Web safe color of #fcbc98 is #ffcc99. Color #fcbc98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10011000
Octal 374 274 230
Decimal 252 188 152
Hex FC BC 98

RGB Percentages of Color #fcbc98

%42.57
%31.76
%25.68

CMYK Percentages of Color #fcbc98

%0
%25
%40
%1

Triadic Colors of #fcbc98

#fcbc98 #98fcbc #bc98fc

Analogous Colors of #fcbc98

#fcbc98 #fcee98 #fc98a6

Monochromatic Colors of #fcbc98

#fcbc98

Complementary Color

#fcbc98 #98d8fc

#fcbc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc98 Color CSS Codes

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

#fcbc98 Text Font Color

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

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


#fcbc98 Background Color

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

This div background color is #fcbc98


#fcbc98 Border Color

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

This div border color is #fcbc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc98

Related Colors


Comments

No comments written yet.

Please login to write comment.