Color Hex Logo

#bcee6f Color Hex

#BCEE6F
(188,238,111)
0 Favorites   0 Comments

Color spaces of #bcee6f

RGB 188238111
HSL0.230.790.68
HSV84°53°93°
CMYK 0.210.000.53   0.07
XYZ54.182872.988126.2713
Yxy72.98810.35310.4757
Hunter Lab85.4331-36.300841.5710
CIE-Lab88.4420-35.598755.5626

#bcee6f color RGB value is (188,238,111).

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

The process color (four color CMYK) of #bcee6f color hex is 0.21, 0.00, 0.53, 0.07. Web safe color of #bcee6f is #ccff66. Color #bcee6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 01101111
Octal 274 356 157
Decimal 188 238 111
Hex BC EE 6F

RGB Percentages of Color #bcee6f

%35.01
%44.32
%20.67

CMYK Percentages of Color #bcee6f

%21
%0
%53
%7

Triadic Colors of #bcee6f

#bcee6f #6fbcee #ee6fbc

Analogous Colors of #bcee6f

#bcee6f #7dee6f #eee16f

Monochromatic Colors of #bcee6f

#bcee6f

Complementary Color

#bcee6f #a16fee

#bcee6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee6f Color CSS Codes

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

#bcee6f Text Font Color

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

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


#bcee6f Background Color

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

This div background color is #bcee6f


#bcee6f Border Color

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

This div border color is #bcee6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee6f


Comments

No comments written yet.

Please login to write comment.