Color Hex Logo

#feb238 Color Hex

#FEB238
(254,178,56)
0 Favorites   0 Comments

Color spaces of #feb238

RGB 25417856
HSL0.100.990.61
HSV37°78°100°
CMYK 0.000.300.78   0.00
XYZ57.507353.197110.9785
Yxy53.19710.47260.4372
Hunter Lab72.936313.101342.1310
CIE-Lab77.991217.759468.9664

#feb238 color RGB value is (254,178,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00111000
Octal 376 262 70
Decimal 254 178 56
Hex FE B2 38

RGB Percentages of Color #feb238

%52.05
%36.48
%11.48

CMYK Percentages of Color #feb238

%0
%30
%78
%0

Triadic Colors of #feb238

#feb238 #38feb2 #b238fe

Analogous Colors of #feb238

#feb238 #e7fe38 #fe4f38

Monochromatic Colors of #feb238

#feb238

Complementary Color

#feb238 #3884fe

#feb238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb238 Color CSS Codes

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

#feb238 Text Font Color

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

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


#feb238 Background Color

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

This div background color is #feb238


#feb238 Border Color

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

This div border color is #feb238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb238

Related Colors


Comments

No comments written yet.

Please login to write comment.