Color Hex Logo

#feb665 Color Hex

#FEB665
(254,182,101)
0 Favorites   0 Comments

Color spaces of #feb665

RGB 254182101
HSL0.090.990.70
HSV32°60°100°
CMYK 0.000.280.60   0.00
XYZ59.950055.466319.8583
Yxy55.46630.44320.4100
Hunter Lab74.475713.353036.3238
CIE-Lab79.309117.983750.9058

#feb665 color RGB value is (254,182,101).

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

The process color (four color CMYK) of #feb665 color hex is 0.00, 0.28, 0.60, 0.00. Web safe color of #feb665 is #ffcc66. Color #feb665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01100101
Octal 376 266 145
Decimal 254 182 101
Hex FE B6 65

RGB Percentages of Color #feb665

%47.30
%33.89
%18.81

CMYK Percentages of Color #feb665

%0
%28
%60
%0

Triadic Colors of #feb665

#feb665 #65feb6 #b665fe

Analogous Colors of #feb665

#feb665 #fafe65 #fe6a65

Monochromatic Colors of #feb665

#feb665

Complementary Color

#feb665 #65adfe

#feb665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb665 Color CSS Codes

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

#feb665 Text Font Color

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

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


#feb665 Background Color

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

This div background color is #feb665


#feb665 Border Color

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

This div border color is #feb665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb665

Related Colors


Comments

No comments written yet.

Please login to write comment.