Color Hex Logo

#bcae34 Color Hex

#BCAE34
(188,174,52)
0 Favorites   0 Comments

Color spaces of #bcae34

RGB 18817452
HSL0.150.570.47
HSV54°72°74°
CMYK 0.000.070.72   0.26
XYZ36.494941.21149.2799
Yxy41.21140.41950.4738
Hunter Lab64.1961-10.867636.3666
CIE-Lab70.3238-8.671660.8189

#bcae34 color RGB value is (188,174,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 00110100
Octal 274 256 64
Decimal 188 174 52
Hex BC AE 34

RGB Percentages of Color #bcae34

%45.41
%42.03
%12.56

CMYK Percentages of Color #bcae34

%0
%7
%72
%26

Triadic Colors of #bcae34

#bcae34 #34bcae #ae34bc

Analogous Colors of #bcae34

#bcae34 #86bc34 #bc6a34

Monochromatic Colors of #bcae34

#bcae34

Complementary Color

#bcae34 #3442bc

#bcae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcae34 Color CSS Codes

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

#bcae34 Text Font Color

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

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


#bcae34 Background Color

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

This div background color is #bcae34


#bcae34 Border Color

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

This div border color is #bcae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcae34


Comments

No comments written yet.

Please login to write comment.