Color Hex Logo

#fcce1d Color Hex

#FCCE1D
(252,206,29)
0 Favorites   0 Comments

Color spaces of #fcce1d

RGB 25220629
HSL0.130.970.55
HSV48°88°99°
CMYK 0.000.180.88   0.01
XYZ62.438064.926810.4037
Yxy64.92680.45320.4713
Hunter Lab80.5772-2.693248.7488
CIE-Lab84.44601.693681.7491

#fcce1d color RGB value is (252,206,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 00011101
Octal 374 316 35
Decimal 252 206 29
Hex FC CE 1D

RGB Percentages of Color #fcce1d

%51.75
%42.30
%5.95

CMYK Percentages of Color #fcce1d

%0
%18
%88
%1

Triadic Colors of #fcce1d

#fcce1d #1dfcce #ce1dfc

Analogous Colors of #fcce1d

#fcce1d #bbfc1d #fc5f1d

Monochromatic Colors of #fcce1d

#fcce1d

Complementary Color

#fcce1d #1d4bfc

#fcce1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce1d Color CSS Codes

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

#fcce1d Text Font Color

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

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


#fcce1d Background Color

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

This div background color is #fcce1d


#fcce1d Border Color

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

This div border color is #fcce1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce1d


Comments

No comments written yet.

Please login to write comment.