Color Hex Logo

#bcef5d Color Hex

#BCEF5D
(188,239,93)
0 Favorites   0 Comments

Color spaces of #bcef5d

RGB 18823993
HSL0.220.820.65
HSV81°61°94°
CMYK 0.210.000.61   0.06
XYZ53.581373.214721.6637
Yxy73.21470.36090.4932
Hunter Lab85.5656-37.962844.8847
CIE-Lab88.5500-37.603963.5004

#bcef5d color RGB value is (188,239,93).

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

The process color (four color CMYK) of #bcef5d color hex is 0.21, 0.00, 0.61, 0.06. Web safe color of #bcef5d is #ccff66. Color #bcef5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 01011101
Octal 274 357 135
Decimal 188 239 93
Hex BC EF 5D

RGB Percentages of Color #bcef5d

%36.15
%45.96
%17.88

CMYK Percentages of Color #bcef5d

%21
%0
%61
%6

Triadic Colors of #bcef5d

#bcef5d #5dbcef #ef5dbc

Analogous Colors of #bcef5d

#bcef5d #73ef5d #efd95d

Monochromatic Colors of #bcef5d

#bcef5d

Complementary Color

#bcef5d #905def

#bcef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef5d Color CSS Codes

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

#bcef5d Text Font Color

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

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


#bcef5d Background Color

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

This div background color is #bcef5d


#bcef5d Border Color

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

This div border color is #bcef5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef5d


Comments

No comments written yet.

Please login to write comment.