Color Hex Logo

#fccb4e Color Hex

#FCCB4E
(252,203,78)
0 Favorites   0 Comments

Color spaces of #fccb4e

RGB 25220378
HSL0.120.970.65
HSV43°69°99°
CMYK 0.000.190.69   0.01
XYZ62.876063.957416.2388
Yxy63.95740.43950.4470
Hunter Lab79.97340.385443.9424
CIE-Lab83.94364.873266.2542

#fccb4e color RGB value is (252,203,78).

#fccb4e hex color red value is 252, green value is 203 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fccb4e hue: 0.12 , saturation: 0.97 and the lightness value of fccb4e is 0.65.

The process color (four color CMYK) of #fccb4e color hex is 0.00, 0.19, 0.69, 0.01. Web safe color of #fccb4e is #ffcc66. Color #fccb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 01001110
Octal 374 313 116
Decimal 252 203 78
Hex FC CB 4E

RGB Percentages of Color #fccb4e

%47.28
%38.09
%14.63

CMYK Percentages of Color #fccb4e

%0
%19
%69
%1

Triadic Colors of #fccb4e

#fccb4e #4efccb #cb4efc

Analogous Colors of #fccb4e

#fccb4e #d6fc4e #fc744e

Monochromatic Colors of #fccb4e

#fccb4e

Complementary Color

#fccb4e #4e7ffc

#fccb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb4e Color CSS Codes

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

#fccb4e Text Font Color

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

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


#fccb4e Background Color

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

This div background color is #fccb4e


#fccb4e Border Color

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

This div border color is #fccb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb4e


Comments

No comments written yet.

Please login to write comment.