Color Hex Logo

#feed01 Color Hex

#FEED01
(254,237,1)
0 Favorites   0 Comments

Color spaces of #feed01

RGB 2542371
HSL0.160.990.50
HSV56°100°100°
CMYK 0.000.071.00   0.00
XYZ71.162781.641412.0364
Yxy81.64140.43170.4953
Hunter Lab90.3556-17.538555.3508
CIE-Lab92.4164-13.292290.9385

#feed01 color RGB value is (254,237,1).

#feed01 hex color red value is 254, green value is 237 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #feed01 hue: 0.16 , saturation: 0.99 and the lightness value of feed01 is 0.50.

The process color (four color CMYK) of #feed01 color hex is 0.00, 0.07, 1.00, 0.00. Web safe color of #feed01 is #ffff00. Color #feed01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 00000001
Octal 376 355 1
Decimal 254 237 1
Hex FE ED 1

RGB Percentages of Color #feed01

%51.63
%48.17
%0.20

CMYK Percentages of Color #feed01

%0
%7
%100
%0

Triadic Colors of #feed01

#feed01 #01feed #ed01fe

Analogous Colors of #feed01

#feed01 #91fe01 #fe6f01

Monochromatic Colors of #feed01

#feed01

Complementary Color

#feed01 #0112fe

#feed01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed01 Color CSS Codes

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

#feed01 Text Font Color

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

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


#feed01 Background Color

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

This div background color is #feed01


#feed01 Border Color

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

This div border color is #feed01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed01

Related Colors


Comments

No comments written yet.

Please login to write comment.