color codes Logo

#fec788 color codes

#FEC788
(254,199,136)
0 Favorites   0 Comments

Color spaces of #fec788

RGB 254199136
HSL0.090.980.76
HSV32°46°100°
CMYK 0.000.220.46   0.00
XYZ65.740463.695332.1221
Yxy63.69530.40690.3943
Hunter Lab79.80937.367432.0032
CIE-Lab83.806911.980238.9400

#fec788 color RGB value is (254,199,136).

#fec788 hex color red value is 254, green value is 199 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fec788 hue: 0.09 , saturation: 0.98 and the lightness value of fec788 is 0.76.

The process color (four color CMYK) of #fec788 color code is 0.00, 0.22, 0.46, 0.00. Web safe color of #fec788 is #ffcc99. Color #fec788 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 10001000
Octal 376 307 210
Decimal 254 199 136
Hex FE C7 88

RGB Percentages of Color #fec788

%43.12
%33.79
%23.09

CMYK Percentages of Color #fec788

%0
%22
%46
%0

Triadic Colors of #fec788

#fec788 #88fec7 #c788fe

Analogous Colors of #fec788

#fec788 #fafe88 #fe8c88

Monochromatic Colors of #fec788

#fec788

Complementary Color

#fec788 #88bffe

#fec788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec788 Color CSS Codes

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

#fec788 Text Font Color

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

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


#fec788 Background Color

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

This div background color is #fec788


#fec788 Border Color

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

This div border color is #fec788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec788


Comments

No comments written yet.

Please login to write comment.