Color Hex Logo

#febb38 Color Hex

#FEBB38
(254,187,56)
0 Favorites   0 Comments

Color spaces of #febb38

RGB 25418756
HSL0.110.990.61
HSV40°78°100°
CMYK 0.000.260.78   0.00
XYZ59.357256.897011.5951
Yxy56.89700.46430.4450
Hunter Lab75.43018.461943.6870
CIE-Lab80.121613.063470.9284

#febb38 color RGB value is (254,187,56).

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

The process color (four color CMYK) of #febb38 color hex is 0.00, 0.26, 0.78, 0.00. Web safe color of #febb38 is #ffcc33. Color #febb38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 00111000
Octal 376 273 70
Decimal 254 187 56
Hex FE BB 38

RGB Percentages of Color #febb38

%51.11
%37.63
%11.27

CMYK Percentages of Color #febb38

%0
%26
%78
%0

Triadic Colors of #febb38

#febb38 #38febb #bb38fe

Analogous Colors of #febb38

#febb38 #defe38 #fe5838

Monochromatic Colors of #febb38

#febb38

Complementary Color

#febb38 #387bfe

#febb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb38 Color CSS Codes

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

#febb38 Text Font Color

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

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


#febb38 Background Color

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

This div background color is #febb38


#febb38 Border Color

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

This div border color is #febb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb38

Related Colors


Comments

No comments written yet.

Please login to write comment.