Color Hex Logo

#fece43 Color Hex

#FECE43
(254,206,67)
0 Favorites   0 Comments

Color spaces of #fece43

RGB 25420667
HSL0.120.990.63
HSV45°74°100°
CMYK 0.000.190.74   0.00
XYZ63.957565.618714.6049
Yxy65.61870.44360.4551
Hunter Lab81.0054-0.825446.0140
CIE-Lab84.80153.658871.4171

#fece43 color RGB value is (254,206,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01000011
Octal 376 316 103
Decimal 254 206 67
Hex FE CE 43

RGB Percentages of Color #fece43

%48.20
%39.09
%12.71

CMYK Percentages of Color #fece43

%0
%19
%74
%0

Triadic Colors of #fece43

#fece43 #43fece #ce43fe

Analogous Colors of #fece43

#fece43 #d1fe43 #fe7143

Monochromatic Colors of #fece43

#fece43

Complementary Color

#fece43 #4373fe

#fece43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece43 Color CSS Codes

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

#fece43 Text Font Color

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

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


#fece43 Background Color

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

This div background color is #fece43


#fece43 Border Color

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

This div border color is #fece43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece43


Comments

No comments written yet.

Please login to write comment.