Color Hex Logo

#feb263 Color Hex

#FEB263
(254,178,99)
0 Favorites   0 Comments

Color spaces of #feb263

RGB 25417899
HSL0.080.990.69
HSV31°61°100°
CMYK 0.000.300.61   0.00
XYZ59.045653.812519.0792
Yxy53.81250.44750.4079
Hunter Lab73.357015.301235.9293
CIE-Lab78.352319.940850.7592

#feb263 color RGB value is (254,178,99).

#feb263 hex color red value is 254, green value is 178 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #feb263 hue: 0.08 , saturation: 0.99 and the lightness value of feb263 is 0.69.

The process color (four color CMYK) of #feb263 color hex is 0.00, 0.30, 0.61, 0.00. Web safe color of #feb263 is #ff9966. Color #feb263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 01100011
Octal 376 262 143
Decimal 254 178 99
Hex FE B2 63

RGB Percentages of Color #feb263

%47.83
%33.52
%18.64

CMYK Percentages of Color #feb263

%0
%30
%61
%0

Triadic Colors of #feb263

#feb263 #63feb2 #b263fe

Analogous Colors of #feb263

#feb263 #fdfe63 #fe6563

Monochromatic Colors of #feb263

#feb263

Complementary Color

#feb263 #63affe

#feb263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb263 Color CSS Codes

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

#feb263 Text Font Color

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

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


#feb263 Background Color

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

This div background color is #feb263


#feb263 Border Color

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

This div border color is #feb263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb263

Related Colors


Comments

No comments written yet.

Please login to write comment.