Color Hex Logo

#fedbb2 Color Hex

#FEDBB2
(254,219,178)
0 Favorites   0 Comments

Color spaces of #fedbb2

RGB 254219178
HSL0.090.970.85
HSV32°30°100°
CMYK 0.000.140.30   0.00
XYZ74.240474.948252.6730
Yxy74.94820.36780.3713
Hunter Lab86.57261.570724.5273
CIE-Lab89.36876.297224.6679

#fedbb2 color RGB value is (254,219,178).

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

The process color (four color CMYK) of #fedbb2 color hex is 0.00, 0.14, 0.30, 0.00. Web safe color of #fedbb2 is #ffcc99. Color #fedbb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10110010
Octal 376 333 262
Decimal 254 219 178
Hex FE DB B2

RGB Percentages of Color #fedbb2

%39.02
%33.64
%27.34

CMYK Percentages of Color #fedbb2

%0
%14
%30
%0

Triadic Colors of #fedbb2

#fedbb2 #b2fedb #dbb2fe

Analogous Colors of #fedbb2

#fedbb2 #fbfeb2 #feb5b2

Monochromatic Colors of #fedbb2

#fedbb2

Complementary Color

#fedbb2 #b2d5fe

#fedbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbb2 Color CSS Codes

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

#fedbb2 Text Font Color

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

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


#fedbb2 Background Color

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

This div background color is #fedbb2


#fedbb2 Border Color

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

This div border color is #fedbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbb2

Related Colors


Comments

No comments written yet.

Please login to write comment.