Color Hex Logo

#bcf26d Color Hex

#BCF26D
(188,242,109)
0 Favorites   0 Comments

Color spaces of #bcf26d

RGB 188242109
HSL0.230.840.69
HSV84°55°95°
CMYK 0.220.000.55   0.05
XYZ55.251575.299826.0902
Yxy75.29980.35270.4807
Hunter Lab86.7755-38.202942.9165
CIE-Lab89.5332-37.594157.7307

#bcf26d color RGB value is (188,242,109).

#bcf26d hex color red value is 188, green value is 242 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcf26d hue: 0.23 , saturation: 0.84 and the lightness value of bcf26d is 0.69.

The process color (four color CMYK) of #bcf26d color hex is 0.22, 0.00, 0.55, 0.05. Web safe color of #bcf26d is #ccff66. Color #bcf26d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 01101101
Octal 274 362 155
Decimal 188 242 109
Hex BC F2 6D

RGB Percentages of Color #bcf26d

%34.88
%44.90
%20.22

CMYK Percentages of Color #bcf26d

%22
%0
%55
%5

Triadic Colors of #bcf26d

#bcf26d #6dbcf2 #f26dbc

Analogous Colors of #bcf26d

#bcf26d #7af26d #f2e66d

Monochromatic Colors of #bcf26d

#bcf26d

Complementary Color

#bcf26d #a36df2

#bcf26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf26d Color CSS Codes

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

#bcf26d Text Font Color

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

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


#bcf26d Background Color

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

This div background color is #bcf26d


#bcf26d Border Color

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

This div border color is #bcf26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf26d


Comments

No comments written yet.

Please login to write comment.