Color Hex Logo

#febcb3 Color Hex

#FEBCB3
(254,188,179)
0 Favorites   0 Comments

Color spaces of #febcb3

RGB 254188179
HSL0.020.970.85
HSV30°100°
CMYK 0.000.260.30   0.00
XYZ66.993060.291950.7544
Yxy60.29190.37630.3386
Hunter Lab77.647918.122415.5987
CIE-Lab81.996622.573913.8872

#febcb3 color RGB value is (254,188,179).

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

The process color (four color CMYK) of #febcb3 color hex is 0.00, 0.26, 0.30, 0.00. Web safe color of #febcb3 is #ffcccc. Color #febcb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10110011
Octal 376 274 263
Decimal 254 188 179
Hex FE BC B3

RGB Percentages of Color #febcb3

%40.90
%30.27
%28.82

CMYK Percentages of Color #febcb3

%0
%26
%30
%0

Triadic Colors of #febcb3

#febcb3 #b3febc #bcb3fe

Analogous Colors of #febcb3

#febcb3 #fee2b3 #feb3d0

Monochromatic Colors of #febcb3

#febcb3

Complementary Color

#febcb3 #b3f5fe

#febcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcb3 Color CSS Codes

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

#febcb3 Text Font Color

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

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


#febcb3 Background Color

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

This div background color is #febcb3


#febcb3 Border Color

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

This div border color is #febcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcb3


Comments

No comments written yet.

Please login to write comment.