Color Hex Logo

#bcef85 Color Hex

#BCEF85
(188,239,133)
0 Favorites   0 Comments

Color spaces of #bcef85

RGB 188239133
HSL0.250.770.73
HSV89°44°94°
CMYK 0.210.000.44   0.06
XYZ55.839274.117833.5534
Yxy74.11780.34150.4533
Hunter Lab86.0917-34.885137.1565
CIE-Lab88.9781-33.727045.9071

#bcef85 color RGB value is (188,239,133).

#bcef85 hex color red value is 188, green value is 239 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bcef85 hue: 0.25 , saturation: 0.77 and the lightness value of bcef85 is 0.73.

The process color (four color CMYK) of #bcef85 color hex is 0.21, 0.00, 0.44, 0.06. Web safe color of #bcef85 is #ccff99. Color #bcef85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 10000101
Octal 274 357 205
Decimal 188 239 133
Hex BC EF 85

RGB Percentages of Color #bcef85

%33.57
%42.68
%23.75

CMYK Percentages of Color #bcef85

%21
%0
%44
%6

Triadic Colors of #bcef85

#bcef85 #85bcef #ef85bc

Analogous Colors of #bcef85

#bcef85 #87ef85 #efed85

Monochromatic Colors of #bcef85

#bcef85

Complementary Color

#bcef85 #b885ef

#bcef85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef85 Color CSS Codes

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

#bcef85 Text Font Color

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

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


#bcef85 Background Color

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

This div background color is #bcef85


#bcef85 Border Color

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

This div border color is #bcef85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef85


Comments

No comments written yet.

Please login to write comment.