Color Hex Logo

#bcaf58 Color Hex

#BCAF58
(188,175,88)
0 Favorites   0 Comments

Color spaces of #bcaf58

RGB 18817588
HSL0.150.430.54
HSV52°53°74°
CMYK 0.000.070.53   0.26
XYZ37.830542.055915.3562
Yxy42.05590.39720.4416
Hunter Lab64.8505-9.360631.3559
CIE-Lab70.9094-6.815745.7390

#bcaf58 color RGB value is (188,175,88).

#bcaf58 hex color red value is 188, green value is 175 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bcaf58 hue: 0.15 , saturation: 0.43 and the lightness value of bcaf58 is 0.54.

The process color (four color CMYK) of #bcaf58 color hex is 0.00, 0.07, 0.53, 0.26. Web safe color of #bcaf58 is #cc9966. Color #bcaf58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 01011000
Octal 274 257 130
Decimal 188 175 88
Hex BC AF 58

RGB Percentages of Color #bcaf58

%41.69
%38.80
%19.51

CMYK Percentages of Color #bcaf58

%0
%7
%53
%26

Triadic Colors of #bcaf58

#bcaf58 #58bcaf #af58bc

Analogous Colors of #bcaf58

#bcaf58 #97bc58 #bc7d58

Monochromatic Colors of #bcaf58

#bcaf58

Complementary Color

#bcaf58 #5865bc

#bcaf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf58 Color CSS Codes

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

#bcaf58 Text Font Color

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

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


#bcaf58 Background Color

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

This div background color is #bcaf58


#bcaf58 Border Color

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

This div border color is #bcaf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf58


Comments

No comments written yet.

Please login to write comment.