Color Hex Logo

#fcb852 Color Hex

#FCB852
(252,184,82)
0 Favorites   0 Comments

Color spaces of #fcb852

RGB 25218482
HSL0.100.970.65
HSV36°67°99°
CMYK 0.000.270.67   0.01
XYZ58.808455.585615.6122
Yxy55.58560.45240.4276
Hunter Lab74.555810.325439.7735
CIE-Lab79.377414.950159.7635

#fcb852 color RGB value is (252,184,82).

#fcb852 hex color red value is 252, green value is 184 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fcb852 hue: 0.10 , saturation: 0.97 and the lightness value of fcb852 is 0.65.

The process color (four color CMYK) of #fcb852 color hex is 0.00, 0.27, 0.67, 0.01. Web safe color of #fcb852 is #ffcc66. Color #fcb852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01010010
Octal 374 270 122
Decimal 252 184 82
Hex FC B8 52

RGB Percentages of Color #fcb852

%48.65
%35.52
%15.83

CMYK Percentages of Color #fcb852

%0
%27
%67
%1

Triadic Colors of #fcb852

#fcb852 #52fcb8 #b852fc

Analogous Colors of #fcb852

#fcb852 #ebfc52 #fc6352

Monochromatic Colors of #fcb852

#fcb852

Complementary Color

#fcb852 #5296fc

#fcb852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb852 Color CSS Codes

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

#fcb852 Text Font Color

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

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


#fcb852 Background Color

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

This div background color is #fcb852


#fcb852 Border Color

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

This div border color is #fcb852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb852


Comments

No comments written yet.

Please login to write comment.