Color Hex Logo

#febced Color Hex

#FEBCED
(254,188,237)
0 Favorites   0 Comments

Color spaces of #febced

RGB 254188237
HSL0.880.970.87
HSV315°26°100°
CMYK 0.000.260.07   0.00
XYZ74.142363.151788.4025
Yxy63.15170.32850.2798
Hunter Lab79.468027.4683-10.3282
CIE-Lab83.522131.2952-14.9900

#febced color RGB value is (254,188,237).

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

The process color (four color CMYK) of #febced color hex is 0.00, 0.26, 0.07, 0.00. Web safe color of #febced is #ffccff. Color #febced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11101101
Octal 376 274 355
Decimal 254 188 237
Hex FE BC ED

RGB Percentages of Color #febced

%37.41
%27.69
%34.90

CMYK Percentages of Color #febced

%0
%26
%7
%0

Triadic Colors of #febced

#febced #edfebc #bcedfe

Analogous Colors of #febced

#febced #febccc #eebcfe

Monochromatic Colors of #febced

#febced

Complementary Color

#febced #bcfecd

#febced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febced Color Preview on White Background

Lorem ipsum dolor sit amet.

#febced Color CSS Codes

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

#febced Text Font Color

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

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


#febced Background Color

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

This div background color is #febced


#febced Border Color

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

This div border color is #febced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febced

Related Colors


Comments

No comments written yet.

Please login to write comment.