Color Hex Logo

#fedba2 Color Hex

#FEDBA2
(254,219,162)
0 Favorites   0 Comments

Color spaces of #fedba2

RGB 254219162
HSL0.100.980.82
HSV37°36°100°
CMYK 0.000.140.36   0.00
XYZ72.726274.342544.6989
Yxy74.34250.37920.3877
Hunter Lab86.2221-0.328329.6186
CIE-Lab89.08414.371932.5373

#fedba2 color RGB value is (254,219,162).

#fedba2 hex color red value is 254, green value is 219 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fedba2 hue: 0.10 , saturation: 0.98 and the lightness value of fedba2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10100010
Octal 376 333 242
Decimal 254 219 162
Hex FE DB A2

RGB Percentages of Color #fedba2

%40.00
%34.49
%25.51

CMYK Percentages of Color #fedba2

%0
%14
%36
%0

Triadic Colors of #fedba2

#fedba2 #a2fedb #dba2fe

Analogous Colors of #fedba2

#fedba2 #f3fea2 #feada2

Monochromatic Colors of #fedba2

#fedba2

Complementary Color

#fedba2 #a2c5fe

#fedba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedba2 Color CSS Codes

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

#fedba2 Text Font Color

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

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


#fedba2 Background Color

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

This div background color is #fedba2


#fedba2 Border Color

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

This div border color is #fedba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedba2


Comments

No comments written yet.

Please login to write comment.