Color Hex Logo

#fcbd37 Color Hex

#FCBD37
(252,189,55)
0 Favorites   0 Comments

Color spaces of #fcbd37

RGB 25218955
HSL0.110.970.60
HSV41°78°99°
CMYK 0.000.250.78   0.01
XYZ59.032157.366511.5759
Yxy57.36650.46130.4483
Hunter Lab75.74076.576343.9568
CIE-Lab80.385311.145371.4354

#fcbd37 color RGB value is (252,189,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 00110111
Octal 374 275 67
Decimal 252 189 55
Hex FC BD 37

RGB Percentages of Color #fcbd37

%50.81
%38.10
%11.09

CMYK Percentages of Color #fcbd37

%0
%25
%78
%1

Triadic Colors of #fcbd37

#fcbd37 #37fcbd #bd37fc

Analogous Colors of #fcbd37

#fcbd37 #d9fc37 #fc5b37

Monochromatic Colors of #fcbd37

#fcbd37

Complementary Color

#fcbd37 #3776fc

#fcbd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd37 Color CSS Codes

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

#fcbd37 Text Font Color

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

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


#fcbd37 Background Color

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

This div background color is #fcbd37


#fcbd37 Border Color

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

This div border color is #fcbd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd37


Comments

No comments written yet.

Please login to write comment.