Color Hex Logo

#bcf29b Color Hex

#BCF29B
(188,242,155)
0 Favorites   0 Comments

Color spaces of #bcf29b

RGB 188242155
HSL0.270.770.78
HSV97°36°95°
CMYK 0.220.000.36   0.05
XYZ58.407676.562242.7099
Yxy76.56220.32870.4309
Hunter Lab87.4998-33.973032.3096
CIE-Lab90.1197-32.323236.5611

#bcf29b color RGB value is (188,242,155).

#bcf29b hex color red value is 188, green value is 242 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bcf29b hue: 0.27 , saturation: 0.77 and the lightness value of bcf29b is 0.78.

The process color (four color CMYK) of #bcf29b color hex is 0.22, 0.00, 0.36, 0.05. Web safe color of #bcf29b is #ccff99. Color #bcf29b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 10011011
Octal 274 362 233
Decimal 188 242 155
Hex BC F2 9B

RGB Percentages of Color #bcf29b

%32.14
%41.37
%26.50

CMYK Percentages of Color #bcf29b

%22
%0
%36
%5

Triadic Colors of #bcf29b

#bcf29b #9bbcf2 #f29bbc

Analogous Colors of #bcf29b

#bcf29b #9bf2a6 #e8f29b

Monochromatic Colors of #bcf29b

#bcf29b

Complementary Color

#bcf29b #d19bf2

#bcf29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf29b Color CSS Codes

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

#bcf29b Text Font Color

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

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


#bcf29b Background Color

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

This div background color is #bcf29b


#bcf29b Border Color

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

This div border color is #bcf29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf29b


Comments

No comments written yet.

Please login to write comment.