Color Hex Logo

#bcae11 Color Hex

#BCAE11
(188,174,17)
0 Favorites   0 Comments

Color spaces of #bcae11

RGB 18817417
HSL0.150.830.40
HSV55°91°74°
CMYK 0.000.070.91   0.26
XYZ35.976341.00396.5487
Yxy41.00390.43070.4909
Hunter Lab64.0343-11.773638.7605
CIE-Lab70.1787-9.775770.2238

#bcae11 color RGB value is (188,174,17).

#bcae11 hex color red value is 188, green value is 174 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bcae11 hue: 0.15 , saturation: 0.83 and the lightness value of bcae11 is 0.40.

The process color (four color CMYK) of #bcae11 color hex is 0.00, 0.07, 0.91, 0.26. Web safe color of #bcae11 is #cc9900. Color #bcae11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 00010001
Octal 274 256 21
Decimal 188 174 17
Hex BC AE 11

RGB Percentages of Color #bcae11

%49.60
%45.91
%4.49

CMYK Percentages of Color #bcae11

%0
%7
%91
%26

Triadic Colors of #bcae11

#bcae11 #11bcae #ae11bc

Analogous Colors of #bcae11

#bcae11 #75bc11 #bc5811

Monochromatic Colors of #bcae11

#bcae11

Complementary Color

#bcae11 #111fbc

#bcae11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae11 Color CSS Codes

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

#bcae11 Text Font Color

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

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


#bcae11 Background Color

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

This div background color is #bcae11


#bcae11 Border Color

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

This div border color is #bcae11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae11


Comments

No comments written yet.

Please login to write comment.