Color Hex Logo

#fece7b Color Hex

#FECE7B
(254,206,123)
0 Favorites   0 Comments

Color spaces of #fece7b

RGB 254206123
HSL0.110.980.74
HSV38°52°100°
CMYK 0.000.190.52   0.00
XYZ66.519566.643528.0964
Yxy66.64350.41250.4133
Hunter Lab81.63552.586136.7390
CIE-Lab85.32367.182647.3670

#fece7b color RGB value is (254,206,123).

#fece7b hex color red value is 254, green value is 206 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fece7b hue: 0.11 , saturation: 0.98 and the lightness value of fece7b is 0.74.

The process color (four color CMYK) of #fece7b color hex is 0.00, 0.19, 0.52, 0.00. Web safe color of #fece7b is #ffcc66. Color #fece7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01111011
Octal 376 316 173
Decimal 254 206 123
Hex FE CE 7B

RGB Percentages of Color #fece7b

%43.57
%35.33
%21.10

CMYK Percentages of Color #fece7b

%0
%19
%52
%0

Triadic Colors of #fece7b

#fece7b #7bfece #ce7bfe

Analogous Colors of #fece7b

#fece7b #edfe7b #fe8d7b

Monochromatic Colors of #fece7b

#fece7b

Complementary Color

#fece7b #7babfe

#fece7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece7b Color CSS Codes

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

#fece7b Text Font Color

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

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


#fece7b Background Color

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

This div background color is #fece7b


#fece7b Border Color

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

This div border color is #fece7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece7b


Comments

No comments written yet.

Please login to write comment.