Color Hex Logo

#bcc67b Color Hex

#BCC67B
(188,198,123)
0 Favorites   0 Comments

Color spaces of #bcc67b

RGB 188198123
HSL0.190.400.63
HSV68°38°78°
CMYK 0.050.000.38   0.22
XYZ44.508352.509626.5284
Yxy52.50960.36030.4250
Hunter Lab72.4635-17.173529.0188
CIE-Lab77.5846-15.108436.4380

#bcc67b color RGB value is (188,198,123).

#bcc67b hex color red value is 188, green value is 198 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcc67b hue: 0.19 , saturation: 0.40 and the lightness value of bcc67b is 0.63.

The process color (four color CMYK) of #bcc67b color hex is 0.05, 0.00, 0.38, 0.22. Web safe color of #bcc67b is #cccc66. Color #bcc67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01111011
Octal 274 306 173
Decimal 188 198 123
Hex BC C6 7B

RGB Percentages of Color #bcc67b

%36.94
%38.90
%24.17

CMYK Percentages of Color #bcc67b

%5
%0
%38
%22

Triadic Colors of #bcc67b

#bcc67b #7bbcc6 #c67bbc

Analogous Colors of #bcc67b

#bcc67b #97c67b #c6ab7b

Monochromatic Colors of #bcc67b

#bcc67b

Complementary Color

#bcc67b #857bc6

#bcc67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc67b Color CSS Codes

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

#bcc67b Text Font Color

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

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


#bcc67b Background Color

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

This div background color is #bcc67b


#bcc67b Border Color

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

This div border color is #bcc67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc67b


Comments

No comments written yet.

Please login to write comment.