Color Hex Logo

#f4bd47 Color Hex

#F4BD47
(244,189,71)
0 Favorites   0 Comments

Color spaces of #f4bd47

RGB 24418971
HSL0.110.890.62
HSV41°71°96°
CMYK 0.000.230.71   0.04
XYZ56.643256.083213.8010
Yxy56.08320.44770.4432
Hunter Lab74.88873.955941.4957
CIE-Lab79.66118.432664.4683

#f4bd47 color RGB value is (244,189,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111101 01000111
Octal 364 275 107
Decimal 244 189 71
Hex F4 BD 47

RGB Percentages of Color #f4bd47

%48.41
%37.50
%14.09

CMYK Percentages of Color #f4bd47

%0
%23
%71
%4

Triadic Colors of #f4bd47

#f4bd47 #47f4bd #bd47f4

Analogous Colors of #f4bd47

#f4bd47 #d5f447 #f46747

Monochromatic Colors of #f4bd47

#f4bd47

Complementary Color

#f4bd47 #477ef4

#f4bd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bd47 Color CSS Codes

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

#f4bd47 Text Font Color

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

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


#f4bd47 Background Color

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

This div background color is #f4bd47


#f4bd47 Border Color

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

This div border color is #f4bd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bd47


Comments

No comments written yet.

Please login to write comment.