Color Hex Logo

#feeb38 Color Hex

#FEEB38
(254,235,56)
0 Favorites   0 Comments

Color spaces of #feeb38

RGB 25423556
HSL0.150.990.61
HSV54°78°100°
CMYK 0.000.070.78   0.00
XYZ71.295280.773015.5745
Yxy80.77300.42530.4818
Hunter Lab89.8738-15.678452.6371
CIE-Lab92.0306-11.347881.6637

#feeb38 color RGB value is (254,235,56).

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

The process color (four color CMYK) of #feeb38 color hex is 0.00, 0.07, 0.78, 0.00. Web safe color of #feeb38 is #ffff33. Color #feeb38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00111000
Octal 376 353 70
Decimal 254 235 56
Hex FE EB 38

RGB Percentages of Color #feeb38

%46.61
%43.12
%10.28

CMYK Percentages of Color #feeb38

%0
%7
%78
%0

Triadic Colors of #feeb38

#feeb38 #38feeb #eb38fe

Analogous Colors of #feeb38

#feeb38 #aefe38 #fe8838

Monochromatic Colors of #feeb38

#feeb38

Complementary Color

#feeb38 #384bfe

#feeb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb38 Color CSS Codes

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

#feeb38 Text Font Color

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

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


#feeb38 Background Color

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

This div background color is #feeb38


#feeb38 Border Color

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

This div border color is #feeb38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,235,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 #feeb38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb38


Comments

No comments written yet.

Please login to write comment.