Color Hex Logo

#fefd27 Color Hex

#FEFD27
(254,253,39)
0 Favorites   0 Comments

Color spaces of #fefd27

RGB 25425339
HSL0.170.990.57
HSV60°85°100°
CMYK 0.000.000.85   0.00
XYZ76.364591.467915.5497
Yxy91.46790.41640.4988
Hunter Lab95.6389-24.841657.3074
CIE-Lab96.6024-20.532089.6017

#fefd27 color RGB value is (254,253,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 00100111
Octal 376 375 47
Decimal 254 253 39
Hex FE FD 27

RGB Percentages of Color #fefd27

%46.52
%46.34
%7.14

CMYK Percentages of Color #fefd27

%0
%0
%85
%0

Triadic Colors of #fefd27

#fefd27 #27fefd #fd27fe

Analogous Colors of #fefd27

#fefd27 #94fe27 #fe9227

Monochromatic Colors of #fefd27

#fefd27

Complementary Color

#fefd27 #2728fe

#fefd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd27 Color CSS Codes

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

#fefd27 Text Font Color

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

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


#fefd27 Background Color

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

This div background color is #fefd27


#fefd27 Border Color

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

This div border color is #fefd27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,253,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 #fefd27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd27

Related Colors


Comments

No comments written yet.

Please login to write comment.