Color Hex Logo

#bce06d Color Hex

#BCE06D
(188,224,109)
0 Favorites   0 Comments

Color spaces of #bce06d

RGB 188224109
HSL0.220.650.65
HSV79°51°88°
CMYK 0.160.000.51   0.12
XYZ50.155065.106824.3914
Yxy65.10680.35910.4662
Hunter Lab80.6888-30.252338.5594
CIE-Lab84.5387-29.312751.8764

#bce06d color RGB value is (188,224,109).

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

The process color (four color CMYK) of #bce06d color hex is 0.16, 0.00, 0.51, 0.12. Web safe color of #bce06d is #cccc66. Color #bce06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01101101
Octal 274 340 155
Decimal 188 224 109
Hex BC E0 6D

RGB Percentages of Color #bce06d

%36.08
%42.99
%20.92

CMYK Percentages of Color #bce06d

%16
%0
%51
%12

Triadic Colors of #bce06d

#bce06d #6dbce0 #e06dbc

Analogous Colors of #bce06d

#bce06d #83e06d #e0cb6d

Monochromatic Colors of #bce06d

#bce06d

Complementary Color

#bce06d #916de0

#bce06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce06d Color CSS Codes

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

#bce06d Text Font Color

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

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


#bce06d Background Color

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

This div background color is #bce06d


#bce06d Border Color

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

This div border color is #bce06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce06d


Comments

No comments written yet.

Please login to write comment.