Color Hex Logo

#bce07c Color Hex

#BCE07C
(188,224,124)
0 Favorites   0 Comments

Color spaces of #bce07c

RGB 188224124
HSL0.230.620.68
HSV82°45°88°
CMYK 0.160.000.45   0.12
XYZ51.032865.457929.0137
Yxy65.45790.35070.4499
Hunter Lab80.9061-28.993835.3723
CIE-Lab84.7191-27.746744.9539

#bce07c color RGB value is (188,224,124).

#bce07c hex color red value is 188, green value is 224 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bce07c hue: 0.23 , saturation: 0.62 and the lightness value of bce07c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01111100
Octal 274 340 174
Decimal 188 224 124
Hex BC E0 7C

RGB Percentages of Color #bce07c

%35.07
%41.79
%23.13

CMYK Percentages of Color #bce07c

%16
%0
%45
%12

Triadic Colors of #bce07c

#bce07c #7cbce0 #e07cbc

Analogous Colors of #bce07c

#bce07c #8ae07c #e0d27c

Monochromatic Colors of #bce07c

#bce07c

Complementary Color

#bce07c #a07ce0

#bce07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce07c Color CSS Codes

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

#bce07c Text Font Color

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

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


#bce07c Background Color

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

This div background color is #bce07c


#bce07c Border Color

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

This div border color is #bce07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce07c


Comments

No comments written yet.

Please login to write comment.