Color Hex Logo

#febce4 Color Hex

#FEBCE4
(254,188,228)
0 Favorites   0 Comments

Color spaces of #febce4

RGB 254188228
HSL0.900.970.87
HSV324°26°100°
CMYK 0.000.260.10   0.00
XYZ72.859962.638781.6491
Yxy62.63870.33550.2885
Hunter Lab79.144625.8226-5.7650
CIE-Lab83.251929.7908-10.5783

#febce4 color RGB value is (254,188,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11100100
Octal 376 274 344
Decimal 254 188 228
Hex FE BC E4

RGB Percentages of Color #febce4

%37.91
%28.06
%34.03

CMYK Percentages of Color #febce4

%0
%26
%10
%0

Triadic Colors of #febce4

#febce4 #e4febc #bce4fe

Analogous Colors of #febce4

#febce4 #febcc3 #f7bcfe

Monochromatic Colors of #febce4

#febce4

Complementary Color

#febce4 #bcfed6

#febce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febce4 Color CSS Codes

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

#febce4 Text Font Color

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

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


#febce4 Background Color

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

This div background color is #febce4


#febce4 Border Color

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

This div border color is #febce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febce4


Comments

No comments written yet.

Please login to write comment.