Color Hex Logo

#feb235 Color Hex

#FEB235
(254,178,53)
0 Favorites   0 Comments

Color spaces of #feb235

RGB 25417853
HSL0.100.990.60
HSV37°79°100°
CMYK 0.000.300.79   0.00
XYZ57.436053.168710.6035
Yxy53.16870.47390.4387
Hunter Lab72.916912.998442.4199
CIE-Lab77.974517.656770.0098

#feb235 color RGB value is (254,178,53).

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

The process color (four color CMYK) of #feb235 color hex is 0.00, 0.30, 0.79, 0.00. Web safe color of #feb235 is #ff9933. Color #feb235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00110101
Octal 376 262 65
Decimal 254 178 53
Hex FE B2 35

RGB Percentages of Color #feb235

%52.37
%36.70
%10.93

CMYK Percentages of Color #feb235

%0
%30
%79
%0

Triadic Colors of #feb235

#feb235 #35feb2 #b235fe

Analogous Colors of #feb235

#feb235 #e6fe35 #fe4e35

Monochromatic Colors of #feb235

#feb235

Complementary Color

#feb235 #3581fe

#feb235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb235 Color CSS Codes

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

#feb235 Text Font Color

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

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


#feb235 Background Color

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

This div background color is #feb235


#feb235 Border Color

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

This div border color is #feb235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb235

Related Colors


Comments

No comments written yet.

Please login to write comment.