Color Hex Logo

#bcae68 Color Hex

#BCAE68
(188,174,104)
0 Favorites   0 Comments

Color spaces of #bcae68

RGB 188174104
HSL0.140.390.57
HSV50°45°74°
CMYK 0.000.070.45   0.26
XYZ38.373841.962919.1738
Yxy41.96290.38560.4217
Hunter Lab64.7788-7.622627.7960
CIE-Lab70.8453-4.787137.6315

#bcae68 color RGB value is (188,174,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01101000
Octal 274 256 150
Decimal 188 174 104
Hex BC AE 68

RGB Percentages of Color #bcae68

%40.34
%37.34
%22.32

CMYK Percentages of Color #bcae68

%0
%7
%45
%26

Triadic Colors of #bcae68

#bcae68 #68bcae #ae68bc

Analogous Colors of #bcae68

#bcae68 #a0bc68 #bc8468

Monochromatic Colors of #bcae68

#bcae68

Complementary Color

#bcae68 #6876bc

#bcae68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae68 Color CSS Codes

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

#bcae68 Text Font Color

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

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


#bcae68 Background Color

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

This div background color is #bcae68


#bcae68 Border Color

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

This div border color is #bcae68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae68


Comments

No comments written yet.

Please login to write comment.