Color Hex Logo

#bfae2b Color Hex

#BFAE2B
(191,174,43)
0 Favorites   0 Comments

Color spaces of #bfae2b

RGB 19117443
HSL0.150.630.46
HSV53°77°75°
CMYK 0.000.090.77   0.25
XYZ37.058041.52298.3471
Yxy41.52290.42630.4777
Hunter Lab64.4383-10.112837.4266
CIE-Lab70.5407-7.747164.2467

#bfae2b color RGB value is (191,174,43).

#bfae2b hex color red value is 191, green value is 174 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bfae2b hue: 0.15 , saturation: 0.63 and the lightness value of bfae2b is 0.46.

The process color (four color CMYK) of #bfae2b color hex is 0.00, 0.09, 0.77, 0.25. Web safe color of #bfae2b is #cc9933. Color #bfae2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 00101011
Octal 277 256 53
Decimal 191 174 43
Hex BF AE 2B

RGB Percentages of Color #bfae2b

%46.81
%42.65
%10.54

CMYK Percentages of Color #bfae2b

%0
%9
%77
%25

Triadic Colors of #bfae2b

#bfae2b #2bbfae #ae2bbf

Analogous Colors of #bfae2b

#bfae2b #86bf2b #bf642b

Monochromatic Colors of #bfae2b

#bfae2b

Complementary Color

#bfae2b #2b3cbf

#bfae2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfae2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfae2b Color CSS Codes

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

#bfae2b Text Font Color

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

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


#bfae2b Background Color

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

This div background color is #bfae2b


#bfae2b Border Color

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

This div border color is #bfae2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfae2b


Comments

No comments written yet.

Please login to write comment.