Color Hex Logo

#bce99b Color Hex

#BCE99B
(188,233,155)
0 Favorites   0 Comments

Color spaces of #bce99b

RGB 188233155
HSL0.260.640.76
HSV95°33°91°
CMYK 0.190.000.33   0.09
XYZ55.794371.335841.8389
Yxy71.33580.33020.4222
Hunter Lab84.4605-29.889529.7521
CIE-Lab87.6479-28.105633.3014

#bce99b color RGB value is (188,233,155).

#bce99b hex color red value is 188, green value is 233 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bce99b hue: 0.26 , saturation: 0.64 and the lightness value of bce99b is 0.76.

The process color (four color CMYK) of #bce99b color hex is 0.19, 0.00, 0.33, 0.09. Web safe color of #bce99b is #ccff99. Color #bce99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 10011011
Octal 274 351 233
Decimal 188 233 155
Hex BC E9 9B

RGB Percentages of Color #bce99b

%32.64
%40.45
%26.91

CMYK Percentages of Color #bce99b

%19
%0
%33
%9

Triadic Colors of #bce99b

#bce99b #9bbce9 #e99bbc

Analogous Colors of #bce99b

#bce99b #9be9a1 #e3e99b

Monochromatic Colors of #bce99b

#bce99b

Complementary Color

#bce99b #c89be9

#bce99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce99b Color CSS Codes

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

#bce99b Text Font Color

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

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


#bce99b Background Color

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

This div background color is #bce99b


#bce99b Border Color

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

This div border color is #bce99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce99b


Comments

No comments written yet.

Please login to write comment.