Color Hex Logo

#fce700 Color Hex

#FCE700
(252,231,0)
0 Favorites   0 Comments

Color spaces of #fce700

RGB 2522310
HSL0.151.000.49
HSV55°100°99°
CMYK 0.000.081.00   0.01
XYZ68.720877.847311.4041
Yxy77.84730.43500.4928
Hunter Lab88.2311-15.375754.0984
CIE-Lab90.7102-11.191789.7080

#fce700 color RGB value is (252,231,0).

#fce700 hex color red value is 252, green value is 231 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fce700 hue: 0.15 , saturation: 1.00 and the lightness value of fce700 is 0.49.

The process color (four color CMYK) of #fce700 color hex is 0.00, 0.08, 1.00, 0.01. Web safe color of #fce700 is #ffff00. Color #fce700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100111 00000000
Octal 374 347 0
Decimal 252 231 0
Hex FC E7 0

RGB Percentages of Color #fce700

%52.17
%47.83
%0.00

CMYK Percentages of Color #fce700

%0
%8
%100
%1

Triadic Colors of #fce700

#fce700 #00fce7 #e700fc

Analogous Colors of #fce700

#fce700 #93fc00 #fc6900

Monochromatic Colors of #fce700

#fce700

Complementary Color

#fce700 #0015fc

#fce700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce700 Color CSS Codes

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

#fce700 Text Font Color

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

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


#fce700 Background Color

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

This div background color is #fce700


#fce700 Border Color

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

This div border color is #fce700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce700

Related Colors

#fce700 Color Palettes


Comments

No comments written yet.

Please login to write comment.