Color Hex Logo

#fcce1b Color Hex

#FCCE1B
(252,206,27)
0 Favorites   0 Comments

Color spaces of #fcce1b

RGB 25220627
HSL0.130.970.55
HSV48°89°99°
CMYK 0.000.180.89   0.01
XYZ62.414064.917210.2776
Yxy64.91720.45360.4718
Hunter Lab80.5712-2.725748.8369
CIE-Lab84.44111.659282.1115

#fcce1b color RGB value is (252,206,27).

#fcce1b hex color red value is 252, green value is 206 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fcce1b hue: 0.13 , saturation: 0.97 and the lightness value of fcce1b is 0.55.

The process color (four color CMYK) of #fcce1b color hex is 0.00, 0.18, 0.89, 0.01. Web safe color of #fcce1b is #ffcc33. Color #fcce1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 00011011
Octal 374 316 33
Decimal 252 206 27
Hex FC CE 1B

RGB Percentages of Color #fcce1b

%51.96
%42.47
%5.57

CMYK Percentages of Color #fcce1b

%0
%18
%89
%1

Triadic Colors of #fcce1b

#fcce1b #1bfcce #ce1bfc

Analogous Colors of #fcce1b

#fcce1b #bafc1b #fc5e1b

Monochromatic Colors of #fcce1b

#fcce1b

Complementary Color

#fcce1b #1b49fc

#fcce1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce1b Color CSS Codes

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

#fcce1b Text Font Color

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

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


#fcce1b Background Color

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

This div background color is #fcce1b


#fcce1b Border Color

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

This div border color is #fcce1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce1b


Comments

No comments written yet.

Please login to write comment.