Color Hex Logo

#fceb10 Color Hex

#FCEB10
(252,235,16)
0 Favorites   0 Comments

Color spaces of #fceb10

RGB 25223516
HSL0.150.980.53
HSV56°94°99°
CMYK 0.000.070.94   0.01
XYZ69.946780.149512.2740
Yxy80.14950.43080.4936
Hunter Lab89.5263-17.209254.5398
CIE-Lab91.7519-13.029189.1654

#fceb10 color RGB value is (252,235,16).

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

The process color (four color CMYK) of #fceb10 color hex is 0.00, 0.07, 0.94, 0.01. Web safe color of #fceb10 is #ffff00. Color #fceb10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 00010000
Octal 374 353 20
Decimal 252 235 16
Hex FC EB 10

RGB Percentages of Color #fceb10

%50.10
%46.72
%3.18

CMYK Percentages of Color #fceb10

%0
%7
%94
%1

Triadic Colors of #fceb10

#fceb10 #10fceb #eb10fc

Analogous Colors of #fceb10

#fceb10 #97fc10 #fc7510

Monochromatic Colors of #fceb10

#fceb10

Complementary Color

#fceb10 #1021fc

#fceb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb10 Color CSS Codes

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

#fceb10 Text Font Color

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

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


#fceb10 Background Color

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

This div background color is #fceb10


#fceb10 Border Color

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

This div border color is #fceb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb10


Comments

No comments written yet.

Please login to write comment.