Color Hex Logo

#febcda Color Hex

#FEBCDA
(254,188,218)
0 Favorites   0 Comments

Color spaces of #febcda

RGB 254188218
HSL0.920.970.87
HSV333°26°100°
CMYK 0.000.260.14   0.00
XYZ71.511262.099274.5470
Yxy62.09920.34350.2983
Hunter Lab78.803024.0776-0.9257
CIE-Lab82.966128.1814-5.6421

#febcda color RGB value is (254,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11011010
Octal 376 274 332
Decimal 254 188 218
Hex FE BC DA

RGB Percentages of Color #febcda

%38.48
%28.48
%33.03

CMYK Percentages of Color #febcda

%0
%26
%14
%0

Triadic Colors of #febcda

#febcda #dafebc #bcdafe

Analogous Colors of #febcda

#febcda #febfbc #febcfb

Monochromatic Colors of #febcda

#febcda

Complementary Color

#febcda #bcfee0

#febcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcda Color CSS Codes

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

#febcda Text Font Color

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

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


#febcda Background Color

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

This div background color is #febcda


#febcda Border Color

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

This div border color is #febcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcda


Comments

No comments written yet.

Please login to write comment.