Color Hex Logo

#fcbd45 Color Hex

#FCBD45
(252,189,69)
0 Favorites   0 Comments

Color spaces of #fcbd45

RGB 25218969
HSL0.110.970.63
HSV39°73°99°
CMYK 0.000.250.73   0.01
XYZ59.416757.520313.6012
Yxy57.52030.45520.4406
Hunter Lab75.84217.117842.4567
CIE-Lab80.471411.698866.3524

#fcbd45 color RGB value is (252,189,69).

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

The process color (four color CMYK) of #fcbd45 color hex is 0.00, 0.25, 0.73, 0.01. Web safe color of #fcbd45 is #ffcc33. Color #fcbd45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01000101
Octal 374 275 105
Decimal 252 189 69
Hex FC BD 45

RGB Percentages of Color #fcbd45

%49.41
%37.06
%13.53

CMYK Percentages of Color #fcbd45

%0
%25
%73
%1

Triadic Colors of #fcbd45

#fcbd45 #45fcbd #bd45fc

Analogous Colors of #fcbd45

#fcbd45 #e0fc45 #fc6145

Monochromatic Colors of #fcbd45

#fcbd45

Complementary Color

#fcbd45 #4584fc

#fcbd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd45 Color CSS Codes

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

#fcbd45 Text Font Color

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

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


#fcbd45 Background Color

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

This div background color is #fcbd45


#fcbd45 Border Color

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

This div border color is #fcbd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd45


Comments

No comments written yet.

Please login to write comment.