Color Hex Logo

#bccf7b Color Hex

#BCCF7B
(188,207,123)
0 Favorites   0 Comments

Color spaces of #bccf7b

RGB 188207123
HSL0.200.470.65
HSV74°41°81°
CMYK 0.090.000.41   0.19
XYZ46.627056.747127.2347
Yxy56.74710.35700.4345
Hunter Lab75.3307-21.343531.2960
CIE-Lab80.0371-19.614239.5677

#bccf7b color RGB value is (188,207,123).

#bccf7b hex color red value is 188, green value is 207 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bccf7b hue: 0.20 , saturation: 0.47 and the lightness value of bccf7b is 0.65.

The process color (four color CMYK) of #bccf7b color hex is 0.09, 0.00, 0.41, 0.19. Web safe color of #bccf7b is #cccc66. Color #bccf7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 01111011
Octal 274 317 173
Decimal 188 207 123
Hex BC CF 7B

RGB Percentages of Color #bccf7b

%36.29
%39.96
%23.75

CMYK Percentages of Color #bccf7b

%9
%0
%41
%19

Triadic Colors of #bccf7b

#bccf7b #7bbccf #cf7bbc

Analogous Colors of #bccf7b

#bccf7b #92cf7b #cfb87b

Monochromatic Colors of #bccf7b

#bccf7b

Complementary Color

#bccf7b #8e7bcf

#bccf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf7b Color CSS Codes

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

#bccf7b Text Font Color

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

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


#bccf7b Background Color

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

This div background color is #bccf7b


#bccf7b Border Color

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

This div border color is #bccf7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,207,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 #bccf7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf7b


Comments

No comments written yet.

Please login to write comment.