Color Hex Logo

#f4bc04 Color Hex

#F4BC04
(244,188,4)
0 Favorites   0 Comments

Color spaces of #f4bc04

RGB 2441884
HSL0.130.970.49
HSV46°98°96°
CMYK 0.000.230.98   0.04
XYZ55.313455.20837.8558
Yxy55.20830.46730.4664
Hunter Lab74.30232.853145.7430
CIE-Lab79.16117.269280.8101

#f4bc04 color RGB value is (244,188,4).

#f4bc04 hex color red value is 244, green value is 188 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f4bc04 hue: 0.13 , saturation: 0.97 and the lightness value of f4bc04 is 0.49.

The process color (four color CMYK) of #f4bc04 color hex is 0.00, 0.23, 0.98, 0.04. Web safe color of #f4bc04 is #ffcc00. Color #f4bc04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 00000100
Octal 364 274 4
Decimal 244 188 4
Hex F4 BC 4

RGB Percentages of Color #f4bc04

%55.96
%43.12
%0.92

CMYK Percentages of Color #f4bc04

%0
%23
%98
%4

Triadic Colors of #f4bc04

#f4bc04 #04f4bc #bc04f4

Analogous Colors of #f4bc04

#f4bc04 #b4f404 #f44404

Monochromatic Colors of #f4bc04

#f4bc04

Complementary Color

#f4bc04 #043cf4

#f4bc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bc04 Color CSS Codes

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

#f4bc04 Text Font Color

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

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


#f4bc04 Background Color

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

This div background color is #f4bc04


#f4bc04 Border Color

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

This div border color is #f4bc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bc04


Comments

No comments written yet.

Please login to write comment.