Color Hex Logo

#fefcbc Color Hex

#FEFCBC
(254,252,188)
0 Favorites   0 Comments

Color spaces of #fefcbc

RGB 254252188
HSL0.160.970.87
HSV58°26°100°
CMYK 0.000.010.26   0.00
XYZ84.760694.322561.3157
Yxy94.32250.35260.3924
Hunter Lab97.1198-14.175030.5516
CIE-Lab97.7618-9.082830.9827

#fefcbc color RGB value is (254,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10111100
Octal 376 374 274
Decimal 254 252 188
Hex FE FC BC

RGB Percentages of Color #fefcbc

%36.60
%36.31
%27.09

CMYK Percentages of Color #fefcbc

%0
%1
%26
%0

Triadic Colors of #fefcbc

#fefcbc #bcfefc #fcbcfe

Analogous Colors of #fefcbc

#fefcbc #dffebc #fedbbc

Monochromatic Colors of #fefcbc

#fefcbc

Complementary Color

#fefcbc #bcbefe

#fefcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcbc Color CSS Codes

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

#fefcbc Text Font Color

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

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


#fefcbc Background Color

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

This div background color is #fefcbc


#fefcbc Border Color

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

This div border color is #fefcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.