Color Hex Logo

#f4bd3a Color Hex

#F4BD3A
(244,189,58)
0 Favorites   0 Comments

Color spaces of #f4bd3a

RGB 24418958
HSL0.120.890.59
HSV42°76°96°
CMYK 0.000.230.76   0.04
XYZ56.269555.933811.8336
Yxy55.93380.45370.4509
Hunter Lab74.78893.418842.9710
CIE-Lab79.57617.871769.3424

#f4bd3a color RGB value is (244,189,58).

#f4bd3a hex color red value is 244, green value is 189 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f4bd3a hue: 0.12 , saturation: 0.89 and the lightness value of f4bd3a is 0.59.

The process color (four color CMYK) of #f4bd3a color hex is 0.00, 0.23, 0.76, 0.04. Web safe color of #f4bd3a is #ffcc33. Color #f4bd3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111101 00111010
Octal 364 275 72
Decimal 244 189 58
Hex F4 BD 3A

RGB Percentages of Color #f4bd3a

%49.69
%38.49
%11.81

CMYK Percentages of Color #f4bd3a

%0
%23
%76
%4

Triadic Colors of #f4bd3a

#f4bd3a #3af4bd #bd3af4

Analogous Colors of #f4bd3a

#f4bd3a #cef43a #f4603a

Monochromatic Colors of #f4bd3a

#f4bd3a

Complementary Color

#f4bd3a #3a71f4

#f4bd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bd3a Color CSS Codes

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

#f4bd3a Text Font Color

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

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


#f4bd3a Background Color

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

This div background color is #f4bd3a


#f4bd3a Border Color

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

This div border color is #f4bd3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,189,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4bd3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4bd3a;
  -webkit-box-shadow: 1px 1px 3px 2px #f4bd3a;
  box-shadow:         1px 1px 3px 2px #f4bd3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,189,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bd3a


Comments

No comments written yet.

Please login to write comment.