Color Hex Logo

#bcf67a Color Hex

#BCF67A
(188,246,122)
0 Favorites   0 Comments

Color spaces of #bcf67a

RGB 188246122
HSL0.240.870.72
HSV88°50°96°
CMYK 0.240.000.50   0.04
XYZ57.207778.008030.4543
Yxy78.00800.34530.4709
Hunter Lab88.3221-38.946441.3817
CIE-Lab90.7836-38.115653.3141

#bcf67a color RGB value is (188,246,122).

#bcf67a hex color red value is 188, green value is 246 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bcf67a hue: 0.24 , saturation: 0.87 and the lightness value of bcf67a is 0.72.

The process color (four color CMYK) of #bcf67a color hex is 0.24, 0.00, 0.50, 0.04. Web safe color of #bcf67a is #ccff66. Color #bcf67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 01111010
Octal 274 366 172
Decimal 188 246 122
Hex BC F6 7A

RGB Percentages of Color #bcf67a

%33.81
%44.24
%21.94

CMYK Percentages of Color #bcf67a

%24
%0
%50
%4

Triadic Colors of #bcf67a

#bcf67a #7abcf6 #f67abc

Analogous Colors of #bcf67a

#bcf67a #7ef67a #f6f27a

Monochromatic Colors of #bcf67a

#bcf67a

Complementary Color

#bcf67a #b47af6

#bcf67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf67a Color CSS Codes

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

#bcf67a Text Font Color

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

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


#bcf67a Background Color

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

This div background color is #bcf67a


#bcf67a Border Color

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

This div border color is #bcf67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf67a


Comments

No comments written yet.

Please login to write comment.