Color Hex Logo

#fcb482 Color Hex

#FCB482
(252,180,130)
0 Favorites   0 Comments

Color spaces of #fcb482

RGB 252180130
HSL0.070.950.75
HSV25°48°99°
CMYK 0.000.290.48   0.01
XYZ60.495454.949728.5370
Yxy54.94970.42020.3816
Hunter Lab74.128115.948529.0648
CIE-Lab79.012320.559535.8233

#fcb482 color RGB value is (252,180,130).

#fcb482 hex color red value is 252, green value is 180 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fcb482 hue: 0.07 , saturation: 0.95 and the lightness value of fcb482 is 0.75.

The process color (four color CMYK) of #fcb482 color hex is 0.00, 0.29, 0.48, 0.01. Web safe color of #fcb482 is #ffcc99. Color #fcb482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 10000010
Octal 374 264 202
Decimal 252 180 130
Hex FC B4 82

RGB Percentages of Color #fcb482

%44.84
%32.03
%23.13

CMYK Percentages of Color #fcb482

%0
%29
%48
%1

Triadic Colors of #fcb482

#fcb482 #82fcb4 #b482fc

Analogous Colors of #fcb482

#fcb482 #fcf182 #fc828d

Monochromatic Colors of #fcb482

#fcb482

Complementary Color

#fcb482 #82cafc

#fcb482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb482 Color CSS Codes

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

#fcb482 Text Font Color

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

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


#fcb482 Background Color

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

This div background color is #fcb482


#fcb482 Border Color

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

This div border color is #fcb482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb482

Related Colors


Comments

No comments written yet.

Please login to write comment.