Color Hex Logo

#fcbd53 Color Hex

#FCBD53
(252,189,83)
0 Favorites   0 Comments

Color spaces of #fcbd53

RGB 25218983
HSL0.100.970.66
HSV38°67°99°
CMYK 0.000.250.67   0.01
XYZ59.903857.715216.1665
Yxy57.71520.44780.4314
Hunter Lab75.97057.801340.5625
CIE-Lab80.580212.394760.6129

#fcbd53 color RGB value is (252,189,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01010011
Octal 374 275 123
Decimal 252 189 83
Hex FC BD 53

RGB Percentages of Color #fcbd53

%48.09
%36.07
%15.84

CMYK Percentages of Color #fcbd53

%0
%25
%67
%1

Triadic Colors of #fcbd53

#fcbd53 #53fcbd #bd53fc

Analogous Colors of #fcbd53

#fcbd53 #e7fc53 #fc6953

Monochromatic Colors of #fcbd53

#fcbd53

Complementary Color

#fcbd53 #5392fc

#fcbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd53 Color CSS Codes

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

#fcbd53 Text Font Color

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

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


#fcbd53 Background Color

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

This div background color is #fcbd53


#fcbd53 Border Color

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

This div border color is #fcbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd53


Comments

No comments written yet.

Please login to write comment.