Color Hex Logo

#bcaf65 Color Hex

#BCAF65
(188,175,101)
0 Favorites   0 Comments

Color spaces of #bcaf65

RGB 188175101
HSL0.140.390.57
HSV51°46°74°
CMYK 0.000.070.46   0.26
XYZ38.418042.290918.4500
Yxy42.29090.38740.4265
Hunter Lab65.0315-8.354328.7009
CIE-Lab71.0710-5.618039.4493

#bcaf65 color RGB value is (188,175,101).

#bcaf65 hex color red value is 188, green value is 175 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bcaf65 hue: 0.14 , saturation: 0.39 and the lightness value of bcaf65 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 01100101
Octal 274 257 145
Decimal 188 175 101
Hex BC AF 65

RGB Percentages of Color #bcaf65

%40.52
%37.72
%21.77

CMYK Percentages of Color #bcaf65

%0
%7
%46
%26

Triadic Colors of #bcaf65

#bcaf65 #65bcaf #af65bc

Analogous Colors of #bcaf65

#bcaf65 #9ebc65 #bc8465

Monochromatic Colors of #bcaf65

#bcaf65

Complementary Color

#bcaf65 #6572bc

#bcaf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaf65 Color CSS Codes

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

#bcaf65 Text Font Color

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

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


#bcaf65 Background Color

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

This div background color is #bcaf65


#bcaf65 Border Color

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

This div border color is #bcaf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaf65


Comments

No comments written yet.

Please login to write comment.