Color Hex Logo

#bccf89 Color Hex

#BCCF89
(188,207,137)
0 Favorites   0 Comments

Color spaces of #bccf89

RGB 188207137
HSL0.210.420.67
HSV76°34°81°
CMYK 0.090.000.34   0.19
XYZ47.567257.123232.1857
Yxy57.12320.34750.4173
Hunter Lab75.5799-19.923527.6573
CIE-Lab80.2488-17.893832.7176

#bccf89 color RGB value is (188,207,137).

#bccf89 hex color red value is 188, green value is 207 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bccf89 hue: 0.21 , saturation: 0.42 and the lightness value of bccf89 is 0.67.

The process color (four color CMYK) of #bccf89 color hex is 0.09, 0.00, 0.34, 0.19. Web safe color of #bccf89 is #cccc99. Color #bccf89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 10001001
Octal 274 317 211
Decimal 188 207 137
Hex BC CF 89

RGB Percentages of Color #bccf89

%35.34
%38.91
%25.75

CMYK Percentages of Color #bccf89

%9
%0
%34
%19

Triadic Colors of #bccf89

#bccf89 #89bccf #cf89bc

Analogous Colors of #bccf89

#bccf89 #99cf89 #cfbf89

Monochromatic Colors of #bccf89

#bccf89

Complementary Color

#bccf89 #9c89cf

#bccf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf89 Color CSS Codes

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

#bccf89 Text Font Color

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

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


#bccf89 Background Color

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

This div background color is #bccf89


#bccf89 Border Color

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

This div border color is #bccf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf89


Comments

No comments written yet.

Please login to write comment.