Color Hex Logo

#fce670 Color Hex

#FCE670
(252,230,112)
0 Favorites   0 Comments

Color spaces of #fce670

RGB 252230112
HSL0.140.960.71
HSV51°56°99°
CMYK 0.000.090.56   0.01
XYZ71.366378.458926.7119
Yxy78.45890.40430.4444
Hunter Lab88.5770-11.192844.1240
CIE-Lab90.9889-6.706859.2615

#fce670 color RGB value is (252,230,112).

#fce670 hex color red value is 252, green value is 230 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fce670 hue: 0.14 , saturation: 0.96 and the lightness value of fce670 is 0.71.

The process color (four color CMYK) of #fce670 color hex is 0.00, 0.09, 0.56, 0.01. Web safe color of #fce670 is #ffff66. Color #fce670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 01110000
Octal 374 346 160
Decimal 252 230 112
Hex FC E6 70

RGB Percentages of Color #fce670

%42.42
%38.72
%18.86

CMYK Percentages of Color #fce670

%0
%9
%56
%1

Triadic Colors of #fce670

#fce670 #70fce6 #e670fc

Analogous Colors of #fce670

#fce670 #ccfc70 #fca070

Monochromatic Colors of #fce670

#fce670

Complementary Color

#fce670 #7086fc

#fce670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce670 Color CSS Codes

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

#fce670 Text Font Color

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

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


#fce670 Background Color

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

This div background color is #fce670


#fce670 Border Color

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

This div border color is #fce670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce670

Related Colors


Comments

No comments written yet.

Please login to write comment.