Color Hex Logo

#fcad38 Color Hex

#FCAD38
(252,173,56)
0 Favorites   0 Comments

Color spaces of #fcad38

RGB 25217356
HSL0.100.970.60
HSV36°78°99°
CMYK 0.000.310.78   0.01
XYZ55.802350.868110.6188
Yxy50.86810.47580.4337
Hunter Lab71.321914.845341.0979
CIE-Lab76.599019.538867.5941

#fcad38 color RGB value is (252,173,56).

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

The process color (four color CMYK) of #fcad38 color hex is 0.00, 0.31, 0.78, 0.01. Web safe color of #fcad38 is #ff9933. Color #fcad38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00111000
Octal 374 255 70
Decimal 252 173 56
Hex FC AD 38

RGB Percentages of Color #fcad38

%52.39
%35.97
%11.64

CMYK Percentages of Color #fcad38

%0
%31
%78
%1

Triadic Colors of #fcad38

#fcad38 #38fcad #ad38fc

Analogous Colors of #fcad38

#fcad38 #e9fc38 #fc4b38

Monochromatic Colors of #fcad38

#fcad38

Complementary Color

#fcad38 #3887fc

#fcad38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad38 Color CSS Codes

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

#fcad38 Text Font Color

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

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


#fcad38 Background Color

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

This div background color is #fcad38


#fcad38 Border Color

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

This div border color is #fcad38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,173,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 #fcad38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad38


Comments

No comments written yet.

Please login to write comment.