Color Hex Logo

#bce26a Color Hex

#BCE26A
(188,226,106)
0 Favorites   0 Comments

Color spaces of #bce26a

RGB 188226106
HSL0.220.670.65
HSV79°53°89°
CMYK 0.170.000.53   0.11
XYZ50.536966.124723.7354
Yxy66.12470.36000.4710
Hunter Lab81.3171-31.370839.6160
CIE-Lab85.0600-30.536553.8740

#bce26a color RGB value is (188,226,106).

#bce26a hex color red value is 188, green value is 226 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bce26a hue: 0.22 , saturation: 0.67 and the lightness value of bce26a is 0.65.

The process color (four color CMYK) of #bce26a color hex is 0.17, 0.00, 0.53, 0.11. Web safe color of #bce26a is #cccc66. Color #bce26a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 01101010
Octal 274 342 152
Decimal 188 226 106
Hex BC E2 6A

RGB Percentages of Color #bce26a

%36.15
%43.46
%20.38

CMYK Percentages of Color #bce26a

%17
%0
%53
%11

Triadic Colors of #bce26a

#bce26a #6abce2 #e26abc

Analogous Colors of #bce26a

#bce26a #80e26a #e2cc6a

Monochromatic Colors of #bce26a

#bce26a

Complementary Color

#bce26a #906ae2

#bce26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce26a Color CSS Codes

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

#bce26a Text Font Color

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

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


#bce26a Background Color

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

This div background color is #bce26a


#bce26a Border Color

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

This div border color is #bce26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce26a


Comments

No comments written yet.

Please login to write comment.