Color Hex Logo

#fceb2e Color Hex

#FCEB2E
(252,235,46)
0 Favorites   0 Comments

Color spaces of #fceb2e

RGB 25223546
HSL0.150.970.58
HSV55°82°99°
CMYK 0.000.070.82   0.01
XYZ70.346480.309414.3784
Yxy80.30940.42630.4866
Hunter Lab89.6155-16.708253.2180
CIE-Lab91.8235-12.479584.0559

#fceb2e color RGB value is (252,235,46).

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

The process color (four color CMYK) of #fceb2e color hex is 0.00, 0.07, 0.82, 0.01. Web safe color of #fceb2e is #ffff33. Color #fceb2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 00101110
Octal 374 353 56
Decimal 252 235 46
Hex FC EB 2E

RGB Percentages of Color #fceb2e

%47.28
%44.09
%8.63

CMYK Percentages of Color #fceb2e

%0
%7
%82
%1

Triadic Colors of #fceb2e

#fceb2e #2efceb #eb2efc

Analogous Colors of #fceb2e

#fceb2e #a6fc2e #fc842e

Monochromatic Colors of #fceb2e

#fceb2e

Complementary Color

#fceb2e #2e3ffc

#fceb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb2e Color CSS Codes

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

#fceb2e Text Font Color

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

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


#fceb2e Background Color

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

This div background color is #fceb2e


#fceb2e Border Color

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

This div border color is #fceb2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,235,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 #fceb2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb2e


Comments

No comments written yet.

Please login to write comment.