Color Hex Logo

#bce09b Color Hex

#BCE09B
(188,224,155)
0 Favorites   0 Comments

Color spaces of #bce09b

RGB 188224155
HSL0.250.530.74
HSV91°31°88°
CMYK 0.160.000.31   0.12
XYZ53.311166.369241.0111
Yxy66.36920.33180.4130
Hunter Lab81.4673-25.759827.1802
CIE-Lab85.1844-23.792430.0193

#bce09b color RGB value is (188,224,155).

#bce09b hex color red value is 188, green value is 224 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bce09b hue: 0.25 , saturation: 0.53 and the lightness value of bce09b is 0.74.

The process color (four color CMYK) of #bce09b color hex is 0.16, 0.00, 0.31, 0.12. Web safe color of #bce09b is #cccc99. Color #bce09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10011011
Octal 274 340 233
Decimal 188 224 155
Hex BC E0 9B

RGB Percentages of Color #bce09b

%33.16
%39.51
%27.34

CMYK Percentages of Color #bce09b

%16
%0
%31
%12

Triadic Colors of #bce09b

#bce09b #9bbce0 #e09bbc

Analogous Colors of #bce09b

#bce09b #9be09d #dfe09b

Monochromatic Colors of #bce09b

#bce09b

Complementary Color

#bce09b #bf9be0

#bce09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce09b Color CSS Codes

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

#bce09b Text Font Color

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

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


#bce09b Background Color

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

This div background color is #bce09b


#bce09b Border Color

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

This div border color is #bce09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce09b


Comments

No comments written yet.

Please login to write comment.