Color Hex Logo

#bcf551 Color Hex

#BCF551
(188,245,81)
0 Favorites   0 Comments

Color spaces of #bcf551

RGB 18824581
HSL0.220.890.64
HSV81°67°96°
CMYK 0.230.000.67   0.04
XYZ54.876676.590319.6757
Yxy76.59030.36310.5067
Hunter Lab87.5159-41.224947.9313
CIE-Lab90.1327-41.124069.9159

#bcf551 color RGB value is (188,245,81).

#bcf551 hex color red value is 188, green value is 245 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bcf551 hue: 0.22 , saturation: 0.89 and the lightness value of bcf551 is 0.64.

The process color (four color CMYK) of #bcf551 color hex is 0.23, 0.00, 0.67, 0.04. Web safe color of #bcf551 is #ccff66. Color #bcf551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 01010001
Octal 274 365 121
Decimal 188 245 81
Hex BC F5 51

RGB Percentages of Color #bcf551

%36.58
%47.67
%15.76

CMYK Percentages of Color #bcf551

%23
%0
%67
%4

Triadic Colors of #bcf551

#bcf551 #51bcf5 #f551bc

Analogous Colors of #bcf551

#bcf551 #6af551 #f5dc51

Monochromatic Colors of #bcf551

#bcf551

Complementary Color

#bcf551 #8a51f5

#bcf551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf551 Color CSS Codes

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

#bcf551 Text Font Color

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

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


#bcf551 Background Color

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

This div background color is #bcf551


#bcf551 Border Color

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

This div border color is #bcf551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf551


Comments

No comments written yet.

Please login to write comment.