Color Hex Logo

#fefbca Color Hex

#FEFBCA
(254,251,202)
0 Favorites   0 Comments

Color spaces of #fefbca

RGB 254251202
HSL0.160.960.89
HSV57°20°100°
CMYK 0.000.010.20   0.00
XYZ86.030994.329569.5502
Yxy94.32950.34420.3775
Hunter Lab97.1234-11.852425.5287
CIE-Lab97.7646-6.702623.9024

#fefbca color RGB value is (254,251,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11001010
Octal 376 373 312
Decimal 254 251 202
Hex FE FB CA

RGB Percentages of Color #fefbca

%35.93
%35.50
%28.57

CMYK Percentages of Color #fefbca

%0
%1
%20
%0

Triadic Colors of #fefbca

#fefbca #cafefb #fbcafe

Analogous Colors of #fefbca

#fefbca #e7feca #fee1ca

Monochromatic Colors of #fefbca

#fefbca

Complementary Color

#fefbca #cacdfe

#fefbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbca Color CSS Codes

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

#fefbca Text Font Color

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

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


#fefbca Background Color

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

This div background color is #fefbca


#fefbca Border Color

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

This div border color is #fefbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbca


Comments

No comments written yet.

Please login to write comment.