Color Hex Logo

#bcca2b Color Hex

#BCCA2B
(188,202,43)
0 Favorites   0 Comments

Color spaces of #bcca2b

RGB 18820243
HSL0.180.650.48
HSV65°79°79°
CMYK 0.070.000.79   0.21
XYZ42.295653.106810.3069
Yxy53.10680.40010.5024
Hunter Lab72.8744-23.930642.6265
CIE-Lab77.9380-23.175870.8129

#bcca2b color RGB value is (188,202,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00101011
Octal 274 312 53
Decimal 188 202 43
Hex BC CA 2B

RGB Percentages of Color #bcca2b

%43.42
%46.65
%9.93

CMYK Percentages of Color #bcca2b

%7
%0
%79
%21

Triadic Colors of #bcca2b

#bcca2b #2bbcca #ca2bbc

Analogous Colors of #bcca2b

#bcca2b #6dca2b #ca892b

Monochromatic Colors of #bcca2b

#bcca2b

Complementary Color

#bcca2b #392bca

#bcca2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca2b Color CSS Codes

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

#bcca2b Text Font Color

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

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


#bcca2b Background Color

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

This div background color is #bcca2b


#bcca2b Border Color

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

This div border color is #bcca2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca2b


Comments

No comments written yet.

Please login to write comment.