Color Hex Logo

#fcce2e Color Hex

#FCCE2E
(252,206,46)
0 Favorites   0 Comments

Color spaces of #fcce2e

RGB 25220646
HSL0.130.970.58
HSV47°82°99°
CMYK 0.000.180.82   0.01
XYZ62.709365.035311.8327
Yxy65.03530.44930.4659
Hunter Lab80.6445-2.325947.7517
CIE-Lab84.50192.081277.8375

#fcce2e color RGB value is (252,206,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 00101110
Octal 374 316 56
Decimal 252 206 46
Hex FC CE 2E

RGB Percentages of Color #fcce2e

%50.00
%40.87
%9.13

CMYK Percentages of Color #fcce2e

%0
%18
%82
%1

Triadic Colors of #fcce2e

#fcce2e #2efcce #ce2efc

Analogous Colors of #fcce2e

#fcce2e #c3fc2e #fc672e

Monochromatic Colors of #fcce2e

#fcce2e

Complementary Color

#fcce2e #2e5cfc

#fcce2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce2e Color CSS Codes

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

#fcce2e Text Font Color

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

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


#fcce2e Background Color

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

This div background color is #fcce2e


#fcce2e Border Color

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

This div border color is #fcce2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce2e


Comments

No comments written yet.

Please login to write comment.