Color Hex Logo

#f7bd46 Color Hex

#F7BD46
(247,189,70)
0 Favorites   0 Comments

Color spaces of #f7bd46

RGB 24718970
HSL0.110.920.62
HSV40°72°97°
CMYK 0.000.230.72   0.03
XYZ57.660956.611513.6824
Yxy56.61150.45060.4424
Hunter Lab75.24065.123041.8866
CIE-Lab79.96069.647065.2732

#f7bd46 color RGB value is (247,189,70).

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

The process color (four color CMYK) of #f7bd46 color hex is 0.00, 0.23, 0.72, 0.03. Web safe color of #f7bd46 is #ffcc33. Color #f7bd46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111101 01000110
Octal 367 275 106
Decimal 247 189 70
Hex F7 BD 46

RGB Percentages of Color #f7bd46

%48.81
%37.35
%13.83

CMYK Percentages of Color #f7bd46

%0
%23
%72
%3

Triadic Colors of #f7bd46

#f7bd46 #46f7bd #bd46f7

Analogous Colors of #f7bd46

#f7bd46 #d9f746 #f76546

Monochromatic Colors of #f7bd46

#f7bd46

Complementary Color

#f7bd46 #4680f7

#f7bd46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bd46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bd46 Color CSS Codes

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

#f7bd46 Text Font Color

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

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


#f7bd46 Background Color

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

This div background color is #f7bd46


#f7bd46 Border Color

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

This div border color is #f7bd46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bd46


Comments

No comments written yet.

Please login to write comment.