Color Hex Logo

#bccb8f Color Hex

#BCCB8F
(188,203,143)
0 Favorites   0 Comments

Color spaces of #bccb8f

RGB 188203143
HSL0.210.370.68
HSV75°30°80°
CMYK 0.070.000.30   0.20
XYZ47.052955.386434.1973
Yxy55.38640.34440.4054
Hunter Lab74.4220-17.383024.8514
CIE-Lab79.2633-15.081828.2988

#bccb8f color RGB value is (188,203,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 10001111
Octal 274 313 217
Decimal 188 203 143
Hex BC CB 8F

RGB Percentages of Color #bccb8f

%35.21
%38.01
%26.78

CMYK Percentages of Color #bccb8f

%7
%0
%30
%20

Triadic Colors of #bccb8f

#bccb8f #8fbccb #cb8fbc

Analogous Colors of #bccb8f

#bccb8f #9ecb8f #cbbc8f

Monochromatic Colors of #bccb8f

#bccb8f

Complementary Color

#bccb8f #9e8fcb

#bccb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb8f Color CSS Codes

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

#bccb8f Text Font Color

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

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


#bccb8f Background Color

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

This div background color is #bccb8f


#bccb8f Border Color

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

This div border color is #bccb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb8f


Comments

No comments written yet.

Please login to write comment.