Color Hex Logo

#fce310 Color Hex

#FCE310
(252,227,16)
0 Favorites   0 Comments

Color spaces of #fce310

RGB 25222716
HSL0.150.980.53
HSV54°94°99°
CMYK 0.000.100.94   0.01
XYZ67.707575.671011.5276
Yxy75.67100.43710.4885
Hunter Lab86.9891-13.296353.0354
CIE-Lab89.7064-9.081587.6382

#fce310 color RGB value is (252,227,16).

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

The process color (four color CMYK) of #fce310 color hex is 0.00, 0.10, 0.94, 0.01. Web safe color of #fce310 is #ffcc00. Color #fce310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 00010000
Octal 374 343 20
Decimal 252 227 16
Hex FC E3 10

RGB Percentages of Color #fce310

%50.91
%45.86
%3.23

CMYK Percentages of Color #fce310

%0
%10
%94
%1

Triadic Colors of #fce310

#fce310 #10fce3 #e310fc

Analogous Colors of #fce310

#fce310 #9ffc10 #fc6d10

Monochromatic Colors of #fce310

#fce310

Complementary Color

#fce310 #1029fc

#fce310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce310 Color CSS Codes

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

#fce310 Text Font Color

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

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


#fce310 Background Color

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

This div background color is #fce310


#fce310 Border Color

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

This div border color is #fce310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce310


Comments

No comments written yet.

Please login to write comment.