Color Hex Logo

#bcca30 Color Hex

#BCCA30
(188,202,48)
0 Favorites   0 Comments

Color spaces of #bcca30

RGB 18820248
HSL0.180.620.49
HSV65°76°79°
CMYK 0.070.000.76   0.21
XYZ42.393153.145810.8201
Yxy53.14580.39860.4997
Hunter Lab72.9012-23.776742.2309
CIE-Lab77.9610-22.981869.3642

#bcca30 color RGB value is (188,202,48).

#bcca30 hex color red value is 188, green value is 202 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bcca30 hue: 0.18 , saturation: 0.62 and the lightness value of bcca30 is 0.49.

The process color (four color CMYK) of #bcca30 color hex is 0.07, 0.00, 0.76, 0.21. Web safe color of #bcca30 is #cccc33. Color #bcca30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00110000
Octal 274 312 60
Decimal 188 202 48
Hex BC CA 30

RGB Percentages of Color #bcca30

%42.92
%46.12
%10.96

CMYK Percentages of Color #bcca30

%7
%0
%76
%21

Triadic Colors of #bcca30

#bcca30 #30bcca #ca30bc

Analogous Colors of #bcca30

#bcca30 #6fca30 #ca8b30

Monochromatic Colors of #bcca30

#bcca30

Complementary Color

#bcca30 #3e30ca

#bcca30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca30 Color CSS Codes

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

#bcca30 Text Font Color

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

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


#bcca30 Background Color

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

This div background color is #bcca30


#bcca30 Border Color

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

This div border color is #bcca30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca30


Comments

No comments written yet.

Please login to write comment.