Color Hex Logo

#febed4 Color Hex

#FEBED4
(254,190,212)
0 Favorites   0 Comments

Color spaces of #febed4

RGB 254190212
HSL0.940.970.87
HSV339°25°100°
CMYK 0.000.250.17   0.00
XYZ71.170262.651270.6292
Yxy62.65120.34810.3064
Hunter Lab79.152521.98192.5012
CIE-Lab83.258526.1972-1.9943

#febed4 color RGB value is (254,190,212).

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

The process color (four color CMYK) of #febed4 color hex is 0.00, 0.25, 0.17, 0.00. Web safe color of #febed4 is #ffcccc. Color #febed4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11010100
Octal 376 276 324
Decimal 254 190 212
Hex FE BE D4

RGB Percentages of Color #febed4

%38.72
%28.96
%32.32

CMYK Percentages of Color #febed4

%0
%25
%17
%0

Triadic Colors of #febed4

#febed4 #d4febe #bed4fe

Analogous Colors of #febed4

#febed4 #fec8be #febef4

Monochromatic Colors of #febed4

#febed4

Complementary Color

#febed4 #befee8

#febed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febed4 Color CSS Codes

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

#febed4 Text Font Color

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

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


#febed4 Background Color

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

This div background color is #febed4


#febed4 Border Color

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

This div border color is #febed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febed4


Comments

No comments written yet.

Please login to write comment.