Color Hex Logo

#fece42 Color Hex

#FECE42
(254,206,66)
0 Favorites   0 Comments

Color spaces of #fece42

RGB 25420666
HSL0.120.990.63
HSV45°74°100°
CMYK 0.000.190.74   0.00
XYZ63.927765.606814.4483
Yxy65.60680.44400.4557
Hunter Lab80.9980-0.865446.1226
CIE-Lab84.79553.617071.7738

#fece42 color RGB value is (254,206,66).

#fece42 hex color red value is 254, green value is 206 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fece42 hue: 0.12 , saturation: 0.99 and the lightness value of fece42 is 0.63.

The process color (four color CMYK) of #fece42 color hex is 0.00, 0.19, 0.74, 0.00. Web safe color of #fece42 is #ffcc33. Color #fece42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01000010
Octal 376 316 102
Decimal 254 206 66
Hex FE CE 42

RGB Percentages of Color #fece42

%48.29
%39.16
%12.55

CMYK Percentages of Color #fece42

%0
%19
%74
%0

Triadic Colors of #fece42

#fece42 #42fece #ce42fe

Analogous Colors of #fece42

#fece42 #d0fe42 #fe7042

Monochromatic Colors of #fece42

#fece42

Complementary Color

#fece42 #4272fe

#fece42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece42 Color CSS Codes

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

#fece42 Text Font Color

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

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


#fece42 Background Color

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

This div background color is #fece42


#fece42 Border Color

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

This div border color is #fece42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,206,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fece42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fece42;
  -webkit-box-shadow: 1px 1px 3px 2px #fece42;
  box-shadow:         1px 1px 3px 2px #fece42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,206,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece42

Related Colors


Comments

No comments written yet.

Please login to write comment.