Color Hex Logo

#bccb92 Color Hex

#BCCB92
(188,203,146)
0 Favorites   0 Comments

Color spaces of #bccb92

RGB 188203146
HSL0.210.350.68
HSV76°28°80°
CMYK 0.070.000.28   0.20
XYZ47.283355.478635.4105
Yxy55.47860.34220.4015
Hunter Lab74.4840-17.033023.9516
CIE-Lab79.3161-14.664926.8008

#bccb92 color RGB value is (188,203,146).

#bccb92 hex color red value is 188, green value is 203 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bccb92 hue: 0.21 , saturation: 0.35 and the lightness value of bccb92 is 0.68.

The process color (four color CMYK) of #bccb92 color hex is 0.07, 0.00, 0.28, 0.20. Web safe color of #bccb92 is #cccc99. Color #bccb92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 10010010
Octal 274 313 222
Decimal 188 203 146
Hex BC CB 92

RGB Percentages of Color #bccb92

%35.01
%37.80
%27.19

CMYK Percentages of Color #bccb92

%7
%0
%28
%20

Triadic Colors of #bccb92

#bccb92 #92bccb #cb92bc

Analogous Colors of #bccb92

#bccb92 #a0cb92 #cbbe92

Monochromatic Colors of #bccb92

#bccb92

Complementary Color

#bccb92 #a192cb

#bccb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb92 Color CSS Codes

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

#bccb92 Text Font Color

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

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


#bccb92 Background Color

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

This div background color is #bccb92


#bccb92 Border Color

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

This div border color is #bccb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb92


Comments

No comments written yet.

Please login to write comment.