Color Hex Logo

#bcf226 Color Hex

#BCF226
(188,242,38)
0 Favorites   0 Comments

Color spaces of #bcf226

RGB 18824238
HSL0.210.890.55
HSV76°84°95°
CMYK 0.220.000.84   0.05
XYZ52.841074.335613.3969
Yxy74.33560.37590.5288
Hunter Lab86.2181-41.483351.1400
CIE-Lab89.0809-41.803181.6995

#bcf226 color RGB value is (188,242,38).

#bcf226 hex color red value is 188, green value is 242 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bcf226 hue: 0.21 , saturation: 0.89 and the lightness value of bcf226 is 0.55.

The process color (four color CMYK) of #bcf226 color hex is 0.22, 0.00, 0.84, 0.05. Web safe color of #bcf226 is #ccff33. Color #bcf226 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 00100110
Octal 274 362 46
Decimal 188 242 38
Hex BC F2 26

RGB Percentages of Color #bcf226

%40.17
%51.71
%8.12

CMYK Percentages of Color #bcf226

%22
%0
%84
%5

Triadic Colors of #bcf226

#bcf226 #26bcf2 #f226bc

Analogous Colors of #bcf226

#bcf226 #56f226 #f2c226

Monochromatic Colors of #bcf226

#bcf226

Complementary Color

#bcf226 #5c26f2

#bcf226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf226 Color CSS Codes

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

#bcf226 Text Font Color

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

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


#bcf226 Background Color

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

This div background color is #bcf226


#bcf226 Border Color

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

This div border color is #bcf226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf226


Comments

No comments written yet.

Please login to write comment.