Color Hex Logo

#fcbd38 Color Hex

#FCBD38
(252,189,56)
0 Favorites   0 Comments

Color spaces of #fcbd38

RGB 25218956
HSL0.110.970.60
HSV41°78°99°
CMYK 0.000.250.78   0.01
XYZ59.056357.376211.7035
Yxy57.37620.46090.4478
Hunter Lab75.74716.610343.8622
CIE-Lab80.390711.180171.0979

#fcbd38 color RGB value is (252,189,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 00111000
Octal 374 275 70
Decimal 252 189 56
Hex FC BD 38

RGB Percentages of Color #fcbd38

%50.70
%38.03
%11.27

CMYK Percentages of Color #fcbd38

%0
%25
%78
%1

Triadic Colors of #fcbd38

#fcbd38 #38fcbd #bd38fc

Analogous Colors of #fcbd38

#fcbd38 #d9fc38 #fc5b38

Monochromatic Colors of #fcbd38

#fcbd38

Complementary Color

#fcbd38 #3877fc

#fcbd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd38 Color CSS Codes

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

#fcbd38 Text Font Color

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

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


#fcbd38 Background Color

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

This div background color is #fcbd38


#fcbd38 Border Color

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

This div border color is #fcbd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd38


Comments

No comments written yet.

Please login to write comment.