Color Hex Logo

#bce68a Color Hex

#BCE68A
(188,230,138)
0 Favorites   0 Comments

Color spaces of #bce68a

RGB 188230138
HSL0.240.650.72
HSV87°40°90°
CMYK 0.180.000.40   0.10
XYZ53.623369.120034.5600
Yxy69.12000.34090.4394
Hunter Lab83.1384-30.361933.5505
CIE-Lab86.5634-28.933240.4062

#bce68a color RGB value is (188,230,138).

#bce68a hex color red value is 188, green value is 230 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bce68a hue: 0.24 , saturation: 0.65 and the lightness value of bce68a is 0.72.

The process color (four color CMYK) of #bce68a color hex is 0.18, 0.00, 0.40, 0.10. Web safe color of #bce68a is #ccff99. Color #bce68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10001010
Octal 274 346 212
Decimal 188 230 138
Hex BC E6 8A

RGB Percentages of Color #bce68a

%33.81
%41.37
%24.82

CMYK Percentages of Color #bce68a

%18
%0
%40
%10

Triadic Colors of #bce68a

#bce68a #8abce6 #e68abc

Analogous Colors of #bce68a

#bce68a #8ee68a #e6e28a

Monochromatic Colors of #bce68a

#bce68a

Complementary Color

#bce68a #b48ae6

#bce68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce68a Color CSS Codes

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

#bce68a Text Font Color

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

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


#bce68a Background Color

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

This div background color is #bce68a


#bce68a Border Color

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

This div border color is #bce68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce68a


Comments

No comments written yet.

Please login to write comment.