Color Hex Logo

#bcca33 Color Hex

#BCCA33
(188,202,51)
0 Favorites   0 Comments

Color spaces of #bcca33

RGB 18820251
HSL0.180.600.50
HSV66°75°79°
CMYK 0.070.000.75   0.21
XYZ42.457153.171411.1574
Yxy53.17140.39760.4979
Hunter Lab72.9187-23.675741.9711
CIE-Lab77.9761-22.854768.4374

#bcca33 color RGB value is (188,202,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00110011
Octal 274 312 63
Decimal 188 202 51
Hex BC CA 33

RGB Percentages of Color #bcca33

%42.63
%45.80
%11.56

CMYK Percentages of Color #bcca33

%7
%0
%75
%21

Triadic Colors of #bcca33

#bcca33 #33bcca #ca33bc

Analogous Colors of #bcca33

#bcca33 #71ca33 #ca8d33

Monochromatic Colors of #bcca33

#bcca33

Complementary Color

#bcca33 #4133ca

#bcca33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca33 Color CSS Codes

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

#bcca33 Text Font Color

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

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


#bcca33 Background Color

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

This div background color is #bcca33


#bcca33 Border Color

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

This div border color is #bcca33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca33


Comments

No comments written yet.

Please login to write comment.