Color Hex Logo

#bcf027 Color Hex

#BCF027
(188,240,39)
0 Favorites   0 Comments

Color spaces of #bcf027

RGB 18824039
HSL0.210.870.55
HSV76°84°94°
CMYK 0.220.000.84   0.06
XYZ52.265373.158013.2857
Yxy73.15800.37680.5274
Hunter Lab85.5324-40.607950.6632
CIE-Lab88.5230-40.897281.0137

#bcf027 color RGB value is (188,240,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 00100111
Octal 274 360 47
Decimal 188 240 39
Hex BC F0 27

RGB Percentages of Color #bcf027

%40.26
%51.39
%8.35

CMYK Percentages of Color #bcf027

%22
%0
%84
%6

Triadic Colors of #bcf027

#bcf027 #27bcf0 #f027bc

Analogous Colors of #bcf027

#bcf027 #58f027 #f0c027

Monochromatic Colors of #bcf027

#bcf027

Complementary Color

#bcf027 #5b27f0

#bcf027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf027 Color CSS Codes

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

#bcf027 Text Font Color

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

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


#bcf027 Background Color

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

This div background color is #bcf027


#bcf027 Border Color

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

This div border color is #bcf027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf027


Comments

No comments written yet.

Please login to write comment.