Color Hex Logo

#bcad65 Color Hex

#BCAD65
(188,173,101)
0 Favorites   0 Comments

Color spaces of #bcad65

RGB 188173101
HSL0.140.390.57
HSV50°46°74°
CMYK 0.000.080.46   0.26
XYZ38.031641.518118.3212
Yxy41.51810.38860.4242
Hunter Lab64.4345-7.403328.2458
CIE-Lab70.5374-4.561538.7874

#bcad65 color RGB value is (188,173,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 01100101
Octal 274 255 145
Decimal 188 173 101
Hex BC AD 65

RGB Percentages of Color #bcad65

%40.69
%37.45
%21.86

CMYK Percentages of Color #bcad65

%0
%8
%46
%26

Triadic Colors of #bcad65

#bcad65 #65bcad #ad65bc

Analogous Colors of #bcad65

#bcad65 #a0bc65 #bc8265

Monochromatic Colors of #bcad65

#bcad65

Complementary Color

#bcad65 #6574bc

#bcad65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad65 Color CSS Codes

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

#bcad65 Text Font Color

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

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


#bcad65 Background Color

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

This div background color is #bcad65


#bcad65 Border Color

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

This div border color is #bcad65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,173,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 #bcad65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad65


Comments

No comments written yet.

Please login to write comment.