Color Hex Logo

#fefba5 Color Hex

#FEFBA5
(254,251,165)
0 Favorites   0 Comments

Color spaces of #fefba5

RGB 254251165
HSL0.160.980.82
HSV58°35°100°
CMYK 0.000.010.35   0.00
XYZ82.161892.781849.1756
Yxy92.78180.36660.4140
Hunter Lab96.3233-16.309037.1572
CIE-Lab97.1390-11.368141.6197

#fefba5 color RGB value is (254,251,165).

#fefba5 hex color red value is 254, green value is 251 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #fefba5 hue: 0.16 , saturation: 0.98 and the lightness value of fefba5 is 0.82.

The process color (four color CMYK) of #fefba5 color hex is 0.00, 0.01, 0.35, 0.00. Web safe color of #fefba5 is #ffff99. Color #fefba5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 10100101
Octal 376 373 245
Decimal 254 251 165
Hex FE FB A5

RGB Percentages of Color #fefba5

%37.91
%37.46
%24.63

CMYK Percentages of Color #fefba5

%0
%1
%35
%0

Triadic Colors of #fefba5

#fefba5 #a5fefb #fba5fe

Analogous Colors of #fefba5

#fefba5 #d5fea5 #fecfa5

Monochromatic Colors of #fefba5

#fefba5

Complementary Color

#fefba5 #a5a8fe

#fefba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefba5 Color CSS Codes

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

#fefba5 Text Font Color

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

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


#fefba5 Background Color

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

This div background color is #fefba5


#fefba5 Border Color

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

This div border color is #fefba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefba5

Related Colors


Comments

No comments written yet.

Please login to write comment.