Color Hex Logo

#f0bc43 Color Hex

#F0BC43
(240,188,67)
0 Favorites   0 Comments

Color spaces of #f0bc43

RGB 24018867
HSL0.120.850.60
HSV42°72°94°
CMYK 0.000.220.72   0.06
XYZ54.931554.897013.0112
Yxy54.89700.44720.4469
Hunter Lab74.09252.676441.4530
CIE-Lab78.98197.078665.2514

#f0bc43 color RGB value is (240,188,67).

#f0bc43 hex color red value is 240, green value is 188 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #f0bc43 hue: 0.12 , saturation: 0.85 and the lightness value of f0bc43 is 0.60.

The process color (four color CMYK) of #f0bc43 color hex is 0.00, 0.22, 0.72, 0.06. Web safe color of #f0bc43 is #ffcc33. Color #f0bc43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111100 01000011
Octal 360 274 103
Decimal 240 188 67
Hex F0 BC 43

RGB Percentages of Color #f0bc43

%48.48
%37.98
%13.54

CMYK Percentages of Color #f0bc43

%0
%22
%72
%6

Triadic Colors of #f0bc43

#f0bc43 #43f0bc #bc43f0

Analogous Colors of #f0bc43

#f0bc43 #cef043 #f06643

Monochromatic Colors of #f0bc43

#f0bc43

Complementary Color

#f0bc43 #4377f0

#f0bc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bc43 Color CSS Codes

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

#f0bc43 Text Font Color

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

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


#f0bc43 Background Color

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

This div background color is #f0bc43


#f0bc43 Border Color

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

This div border color is #f0bc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bc43


Comments

No comments written yet.

Please login to write comment.