Color Hex Logo

#bcca24 Color Hex

#BCCA24
(188,202,36)
0 Favorites   0 Comments

Color spaces of #bcca24

RGB 18820236
HSL0.180.700.47
HSV65°82°79°
CMYK 0.070.000.82   0.21
XYZ42.178053.05989.6876
Yxy53.05980.40200.5057
Hunter Lab72.8422-24.116443.1043
CIE-Lab77.9103-23.410572.6286

#bcca24 color RGB value is (188,202,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00100100
Octal 274 312 44
Decimal 188 202 36
Hex BC CA 24

RGB Percentages of Color #bcca24

%44.13
%47.42
%8.45

CMYK Percentages of Color #bcca24

%7
%0
%82
%21

Triadic Colors of #bcca24

#bcca24 #24bcca #ca24bc

Analogous Colors of #bcca24

#bcca24 #69ca24 #ca8524

Monochromatic Colors of #bcca24

#bcca24

Complementary Color

#bcca24 #3224ca

#bcca24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca24 Color CSS Codes

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

#bcca24 Text Font Color

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

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


#bcca24 Background Color

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

This div background color is #bcca24


#bcca24 Border Color

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

This div border color is #bcca24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca24


Comments

No comments written yet.

Please login to write comment.