Color Hex Logo

#fece27 Color Hex

#FECE27
(254,206,39)
0 Favorites   0 Comments

Color spaces of #fece27

RGB 25420639
HSL0.130.990.57
HSV47°85°100°
CMYK 0.000.190.85   0.00
XYZ63.310665.359911.1984
Yxy65.35990.45260.4673
Hunter Lab80.8455-1.695148.3792
CIE-Lab84.66892.748579.8622

#fece27 color RGB value is (254,206,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00100111
Octal 376 316 47
Decimal 254 206 39
Hex FE CE 27

RGB Percentages of Color #fece27

%50.90
%41.28
%7.82

CMYK Percentages of Color #fece27

%0
%19
%85
%0

Triadic Colors of #fece27

#fece27 #27fece #ce27fe

Analogous Colors of #fece27

#fece27 #c3fe27 #fe6227

Monochromatic Colors of #fece27

#fece27

Complementary Color

#fece27 #2757fe

#fece27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece27 Color CSS Codes

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

#fece27 Text Font Color

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

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


#fece27 Background Color

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

This div background color is #fece27


#fece27 Border Color

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

This div border color is #fece27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece27


Comments

No comments written yet.

Please login to write comment.