Color Hex Logo

#fefcb5 Color Hex

#FEFCB5
(254,252,181)
0 Favorites   0 Comments

Color spaces of #fefcb5

RGB 254252181
HSL0.160.970.85
HSV58°29°100°
CMYK 0.000.010.29   0.00
XYZ84.023994.027857.4367
Yxy94.02780.35680.3993
Hunter Lab96.9679-15.021432.7585
CIE-Lab97.6432-9.970034.3371

#fefcb5 color RGB value is (254,252,181).

#fefcb5 hex color red value is 254, green value is 252 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fefcb5 hue: 0.16 , saturation: 0.97 and the lightness value of fefcb5 is 0.85.

The process color (four color CMYK) of #fefcb5 color hex is 0.00, 0.01, 0.29, 0.00. Web safe color of #fefcb5 is #ffffcc. Color #fefcb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10110101
Octal 376 374 265
Decimal 254 252 181
Hex FE FC B5

RGB Percentages of Color #fefcb5

%36.97
%36.68
%26.35

CMYK Percentages of Color #fefcb5

%0
%1
%29
%0

Triadic Colors of #fefcb5

#fefcb5 #b5fefc #fcb5fe

Analogous Colors of #fefcb5

#fefcb5 #dcfeb5 #fed8b5

Monochromatic Colors of #fefcb5

#fefcb5

Complementary Color

#fefcb5 #b5b7fe

#fefcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcb5 Color CSS Codes

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

#fefcb5 Text Font Color

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

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


#fefcb5 Background Color

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

This div background color is #fefcb5


#fefcb5 Border Color

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

This div border color is #fefcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcb5

Related Colors


Comments

No comments written yet.

Please login to write comment.