Color Hex Logo

#bfa618 Color Hex

#BFA618
(191,166,24)
0 Favorites   0 Comments

Color spaces of #bfa618

RGB 19116624
HSL0.140.780.42
HSV51°87°75°
CMYK 0.000.130.87   0.25
XYZ35.286938.41486.4191
Yxy38.41480.44040.4795
Hunter Lab61.9797-6.839037.2452
CIE-Lab68.3252-4.111967.5486

#bfa618 color RGB value is (191,166,24).

#bfa618 hex color red value is 191, green value is 166 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bfa618 hue: 0.14 , saturation: 0.78 and the lightness value of bfa618 is 0.42.

The process color (four color CMYK) of #bfa618 color hex is 0.00, 0.13, 0.87, 0.25. Web safe color of #bfa618 is #cc9900. Color #bfa618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00011000
Octal 277 246 30
Decimal 191 166 24
Hex BF A6 18

RGB Percentages of Color #bfa618

%50.13
%43.57
%6.30

CMYK Percentages of Color #bfa618

%0
%13
%87
%25

Triadic Colors of #bfa618

#bfa618 #18bfa6 #a618bf

Analogous Colors of #bfa618

#bfa618 #85bf18 #bf5318

Monochromatic Colors of #bfa618

#bfa618

Complementary Color

#bfa618 #1831bf

#bfa618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa618 Color CSS Codes

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

#bfa618 Text Font Color

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

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


#bfa618 Background Color

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

This div background color is #bfa618


#bfa618 Border Color

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

This div border color is #bfa618


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,166,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa618; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa618;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa618;
  box-shadow:         1px 1px 3px 2px #bfa618; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa618


Comments

No comments written yet.

Please login to write comment.