Color Hex Logo

#bcc06b Color Hex

#BCC06B
(188,192,107)
0 Favorites   0 Comments

Color spaces of #bcc06b

RGB 188192107
HSL0.170.400.59
HSV63°44°75°
CMYK 0.020.000.44   0.25
XYZ42.242549.452221.2287
Yxy49.45220.37410.4379
Hunter Lab70.3223-15.839231.3273
CIE-Lab75.7318-13.826142.1868

#bcc06b color RGB value is (188,192,107).

#bcc06b hex color red value is 188, green value is 192 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bcc06b hue: 0.17 , saturation: 0.40 and the lightness value of bcc06b is 0.59.

The process color (four color CMYK) of #bcc06b color hex is 0.02, 0.00, 0.44, 0.25. Web safe color of #bcc06b is #cccc66. Color #bcc06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01101011
Octal 274 300 153
Decimal 188 192 107
Hex BC C0 6B

RGB Percentages of Color #bcc06b

%38.60
%39.43
%21.97

CMYK Percentages of Color #bcc06b

%2
%0
%44
%25

Triadic Colors of #bcc06b

#bcc06b #6bbcc0 #c06bbc

Analogous Colors of #bcc06b

#bcc06b #92c06b #c09a6b

Monochromatic Colors of #bcc06b

#bcc06b

Complementary Color

#bcc06b #6f6bc0

#bcc06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc06b Color CSS Codes

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

#bcc06b Text Font Color

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

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


#bcc06b Background Color

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

This div background color is #bcc06b


#bcc06b Border Color

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

This div border color is #bcc06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc06b


Comments

No comments written yet.

Please login to write comment.