Color Hex Logo

#fedb6b Color Hex

#FEDB6B
(254,219,107)
0 Favorites   0 Comments

Color spaces of #fedb6b

RGB 254219107
HSL0.130.990.71
HSV46°58°100°
CMYK 0.000.140.58   0.00
XYZ68.858472.795424.3316
Yxy72.79540.41480.4386
Hunter Lab85.3202-5.250542.8158
CIE-Lab88.3500-0.719458.5470

#fedb6b color RGB value is (254,219,107).

#fedb6b hex color red value is 254, green value is 219 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fedb6b hue: 0.13 , saturation: 0.99 and the lightness value of fedb6b is 0.71.

The process color (four color CMYK) of #fedb6b color hex is 0.00, 0.14, 0.58, 0.00. Web safe color of #fedb6b is #ffcc66. Color #fedb6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01101011
Octal 376 333 153
Decimal 254 219 107
Hex FE DB 6B

RGB Percentages of Color #fedb6b

%43.79
%37.76
%18.45

CMYK Percentages of Color #fedb6b

%0
%14
%58
%0

Triadic Colors of #fedb6b

#fedb6b #6bfedb #db6bfe

Analogous Colors of #fedb6b

#fedb6b #d8fe6b #fe926b

Monochromatic Colors of #fedb6b

#fedb6b

Complementary Color

#fedb6b #6b8efe

#fedb6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb6b Color CSS Codes

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

#fedb6b Text Font Color

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

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


#fedb6b Background Color

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

This div background color is #fedb6b


#fedb6b Border Color

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

This div border color is #fedb6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb6b


Comments

No comments written yet.

Please login to write comment.