Color Hex Logo

#feb969 Color Hex

#FEB969
(254,185,105)
0 Favorites   0 Comments

Color spaces of #feb969

RGB 254185105
HSL0.090.990.70
HSV32°59°100°
CMYK 0.000.270.59   0.00
XYZ60.771856.788721.1229
Yxy56.78870.43820.4095
Hunter Lab75.358312.072236.1318
CIE-Lab80.060616.695049.8433

#feb969 color RGB value is (254,185,105).

#feb969 hex color red value is 254, green value is 185 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #feb969 hue: 0.09 , saturation: 0.99 and the lightness value of feb969 is 0.70.

The process color (four color CMYK) of #feb969 color hex is 0.00, 0.27, 0.59, 0.00. Web safe color of #feb969 is #ffcc66. Color #feb969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01101001
Octal 376 271 151
Decimal 254 185 105
Hex FE B9 69

RGB Percentages of Color #feb969

%46.69
%34.01
%19.30

CMYK Percentages of Color #feb969

%0
%27
%59
%0

Triadic Colors of #feb969

#feb969 #69feb9 #b969fe

Analogous Colors of #feb969

#feb969 #f9fe69 #fe6f69

Monochromatic Colors of #feb969

#feb969

Complementary Color

#feb969 #69aefe

#feb969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb969 Color CSS Codes

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

#feb969 Text Font Color

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

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


#feb969 Background Color

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

This div background color is #feb969


#feb969 Border Color

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

This div border color is #feb969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb969


Comments

No comments written yet.

Please login to write comment.