Color Hex Logo

#bcec65 Color Hex

#BCEC65
(188,236,101)
0 Favorites   0 Comments

Color spaces of #bcec65

RGB 188236101
HSL0.230.780.66
HSV81°57°93°
CMYK 0.200.000.57   0.07
XYZ53.083571.621923.3385
Yxy71.62190.35860.4838
Hunter Lab84.6297-36.138942.8903
CIE-Lab87.7863-35.595159.2492

#bcec65 color RGB value is (188,236,101).

#bcec65 hex color red value is 188, green value is 236 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bcec65 hue: 0.23 , saturation: 0.78 and the lightness value of bcec65 is 0.66.

The process color (four color CMYK) of #bcec65 color hex is 0.20, 0.00, 0.57, 0.07. Web safe color of #bcec65 is #ccff66. Color #bcec65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 01100101
Octal 274 354 145
Decimal 188 236 101
Hex BC EC 65

RGB Percentages of Color #bcec65

%35.81
%44.95
%19.24

CMYK Percentages of Color #bcec65

%20
%0
%57
%7

Triadic Colors of #bcec65

#bcec65 #65bcec #ec65bc

Analogous Colors of #bcec65

#bcec65 #79ec65 #ecd965

Monochromatic Colors of #bcec65

#bcec65

Complementary Color

#bcec65 #9565ec

#bcec65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec65 Color CSS Codes

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

#bcec65 Text Font Color

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

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


#bcec65 Background Color

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

This div background color is #bcec65


#bcec65 Border Color

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

This div border color is #bcec65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec65


Comments

No comments written yet.

Please login to write comment.