Color Hex Logo

#bcae65 Color Hex

#BCAE65
(188,174,101)
0 Favorites   0 Comments

Color spaces of #bcae65

RGB 188174101
HSL0.140.390.57
HSV50°46°74°
CMYK 0.000.070.46   0.26
XYZ38.224141.903118.3854
Yxy41.90310.38800.4254
Hunter Lab64.7326-7.879228.4732
CIE-Lab70.8041-5.090439.1184

#bcae65 color RGB value is (188,174,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 01100101
Octal 274 256 145
Decimal 188 174 101
Hex BC AE 65

RGB Percentages of Color #bcae65

%40.60
%37.58
%21.81

CMYK Percentages of Color #bcae65

%0
%7
%46
%26

Triadic Colors of #bcae65

#bcae65 #65bcae #ae65bc

Analogous Colors of #bcae65

#bcae65 #9fbc65 #bc8365

Monochromatic Colors of #bcae65

#bcae65

Complementary Color

#bcae65 #6573bc

#bcae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae65 Color CSS Codes

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

#bcae65 Text Font Color

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

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


#bcae65 Background Color

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

This div background color is #bcae65


#bcae65 Border Color

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

This div border color is #bcae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae65


Comments

No comments written yet.

Please login to write comment.