Color Hex Logo

#bcae67 Color Hex

#BCAE67
(188,174,103)
0 Favorites   0 Comments

Color spaces of #bcae67

RGB 188174103
HSL0.140.390.57
HSV50°45°74°
CMYK 0.000.070.45   0.26
XYZ38.323341.942718.9079
Yxy41.94270.38640.4229
Hunter Lab64.7632-7.709128.0242
CIE-Lab70.8314-4.889238.1281

#bcae67 color RGB value is (188,174,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01100111
Octal 274 256 147
Decimal 188 174 103
Hex BC AE 67

RGB Percentages of Color #bcae67

%40.43
%37.42
%22.15

CMYK Percentages of Color #bcae67

%0
%7
%45
%26

Triadic Colors of #bcae67

#bcae67 #67bcae #ae67bc

Analogous Colors of #bcae67

#bcae67 #a0bc67 #bc8467

Monochromatic Colors of #bcae67

#bcae67

Complementary Color

#bcae67 #6775bc

#bcae67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae67 Color CSS Codes

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

#bcae67 Text Font Color

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

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


#bcae67 Background Color

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

This div background color is #bcae67


#bcae67 Border Color

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

This div border color is #bcae67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae67


Comments

No comments written yet.

Please login to write comment.