Color Hex Logo

#fceb3d Color Hex

#FCEB3D
(252,235,61)
0 Favorites   0 Comments

Color spaces of #fceb3d

RGB 25223561
HSL0.150.970.61
HSV55°76°99°
CMYK 0.000.070.76   0.01
XYZ70.695580.449016.2170
Yxy80.44900.42240.4807
Hunter Lab89.6934-16.271352.0654
CIE-Lab91.8859-12.001779.9954

#fceb3d color RGB value is (252,235,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 00111101
Octal 374 353 75
Decimal 252 235 61
Hex FC EB 3D

RGB Percentages of Color #fceb3d

%45.99
%42.88
%11.13

CMYK Percentages of Color #fceb3d

%0
%7
%76
%1

Triadic Colors of #fceb3d

#fceb3d #3dfceb #eb3dfc

Analogous Colors of #fceb3d

#fceb3d #aefc3d #fc8c3d

Monochromatic Colors of #fceb3d

#fceb3d

Complementary Color

#fceb3d #3d4efc

#fceb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb3d Color CSS Codes

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

#fceb3d Text Font Color

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

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


#fceb3d Background Color

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

This div background color is #fceb3d


#fceb3d Border Color

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

This div border color is #fceb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb3d


Comments

No comments written yet.

Please login to write comment.