Color Hex Logo

#bcae38 Color Hex

#BCAE38
(188,174,56)
0 Favorites   0 Comments

Color spaces of #bcae38

RGB 18817456
HSL0.150.540.48
HSV54°70°74°
CMYK 0.000.070.70   0.26
XYZ36.588941.24909.7748
Yxy41.24900.41760.4708
Hunter Lab64.2254-10.703835.9341
CIE-Lab70.3500-8.473059.3265

#bcae38 color RGB value is (188,174,56).

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

The process color (four color CMYK) of #bcae38 color hex is 0.00, 0.07, 0.70, 0.26. Web safe color of #bcae38 is #cc9933. Color #bcae38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 00111000
Octal 274 256 70
Decimal 188 174 56
Hex BC AE 38

RGB Percentages of Color #bcae38

%44.98
%41.63
%13.40

CMYK Percentages of Color #bcae38

%0
%7
%70
%26

Triadic Colors of #bcae38

#bcae38 #38bcae #ae38bc

Analogous Colors of #bcae38

#bcae38 #88bc38 #bc6c38

Monochromatic Colors of #bcae38

#bcae38

Complementary Color

#bcae38 #3846bc

#bcae38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae38 Color CSS Codes

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

#bcae38 Text Font Color

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

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


#bcae38 Background Color

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

This div background color is #bcae38


#bcae38 Border Color

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

This div border color is #bcae38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae38


Comments

No comments written yet.

Please login to write comment.