Color Hex Logo

#bccb2b Color Hex

#BCCB2B
(188,203,43)
0 Favorites   0 Comments

Color spaces of #bccb2b

RGB 18820343
HSL0.180.650.48
HSV66°79°80°
CMYK 0.070.000.79   0.20
XYZ42.531053.577710.3854
Yxy53.57770.39940.5031
Hunter Lab73.1968-24.376942.8255
CIE-Lab78.2148-23.662271.0594

#bccb2b color RGB value is (188,203,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 00101011
Octal 274 313 53
Decimal 188 203 43
Hex BC CB 2B

RGB Percentages of Color #bccb2b

%43.32
%46.77
%9.91

CMYK Percentages of Color #bccb2b

%7
%0
%79
%20

Triadic Colors of #bccb2b

#bccb2b #2bbccb #cb2bbc

Analogous Colors of #bccb2b

#bccb2b #6ccb2b #cb8a2b

Monochromatic Colors of #bccb2b

#bccb2b

Complementary Color

#bccb2b #3a2bcb

#bccb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb2b Color CSS Codes

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

#bccb2b Text Font Color

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

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


#bccb2b Background Color

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

This div background color is #bccb2b


#bccb2b Border Color

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

This div border color is #bccb2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,203,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 #bccb2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb2b


Comments

No comments written yet.

Please login to write comment.