Color Hex Logo

#f7bd44 Color Hex

#F7BD44
(247,189,68)
0 Favorites   0 Comments

Color spaces of #f7bd44

RGB 24718968
HSL0.110.920.62
HSV41°72°97°
CMYK 0.000.230.72   0.03
XYZ57.598856.586713.3554
Yxy56.58670.45160.4437
Hunter Lab75.22415.034542.1305
CIE-Lab79.94669.555466.0535

#f7bd44 color RGB value is (247,189,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111101 01000100
Octal 367 275 104
Decimal 247 189 68
Hex F7 BD 44

RGB Percentages of Color #f7bd44

%49.01
%37.50
%13.49

CMYK Percentages of Color #f7bd44

%0
%23
%72
%3

Triadic Colors of #f7bd44

#f7bd44 #44f7bd #bd44f7

Analogous Colors of #f7bd44

#f7bd44 #d8f744 #f76444

Monochromatic Colors of #f7bd44

#f7bd44

Complementary Color

#f7bd44 #447ef7

#f7bd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bd44 Color CSS Codes

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

#f7bd44 Text Font Color

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

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


#f7bd44 Background Color

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

This div background color is #f7bd44


#f7bd44 Border Color

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

This div border color is #f7bd44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bd44


Comments

No comments written yet.

Please login to write comment.