Color Hex Logo

#fcbd42 Color Hex

#FCBD42
(252,189,66)
0 Favorites   0 Comments

Color spaces of #fcbd42

RGB 25218966
HSL0.110.970.62
HSV40°74°99°
CMYK 0.000.250.74   0.01
XYZ59.325857.484013.1230
Yxy57.48400.45660.4424
Hunter Lab75.81826.989842.8105
CIE-Lab80.451111.568167.5031

#fcbd42 color RGB value is (252,189,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01000010
Octal 374 275 102
Decimal 252 189 66
Hex FC BD 42

RGB Percentages of Color #fcbd42

%49.70
%37.28
%13.02

CMYK Percentages of Color #fcbd42

%0
%25
%74
%1

Triadic Colors of #fcbd42

#fcbd42 #42fcbd #bd42fc

Analogous Colors of #fcbd42

#fcbd42 #defc42 #fc6042

Monochromatic Colors of #fcbd42

#fcbd42

Complementary Color

#fcbd42 #4281fc

#fcbd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd42 Color CSS Codes

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

#fcbd42 Text Font Color

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

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


#fcbd42 Background Color

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

This div background color is #fcbd42


#fcbd42 Border Color

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

This div border color is #fcbd42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd42

Related Colors


Comments

No comments written yet.

Please login to write comment.