Color Hex Logo

#bcf962 Color Hex

#BCF962
(188,249,98)
0 Favorites   0 Comments

Color spaces of #bcf962

RGB 18824998
HSL0.230.930.68
HSV84°61°98°
CMYK 0.240.000.61   0.02
XYZ56.819379.324623.8718
Yxy79.32460.35510.4957
Hunter Lab89.0644-41.987246.4536
CIE-Lab91.3810-41.648264.5421

#bcf962 color RGB value is (188,249,98).

#bcf962 hex color red value is 188, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bcf962 hue: 0.23 , saturation: 0.93 and the lightness value of bcf962 is 0.68.

The process color (four color CMYK) of #bcf962 color hex is 0.24, 0.00, 0.61, 0.02. Web safe color of #bcf962 is #ccff66. Color #bcf962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01100010
Octal 274 371 142
Decimal 188 249 98
Hex BC F9 62

RGB Percentages of Color #bcf962

%35.14
%46.54
%18.32

CMYK Percentages of Color #bcf962

%24
%0
%61
%2

Triadic Colors of #bcf962

#bcf962 #62bcf9 #f962bc

Analogous Colors of #bcf962

#bcf962 #71f962 #f9eb62

Monochromatic Colors of #bcf962

#bcf962

Complementary Color

#bcf962 #9f62f9

#bcf962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf962 Color CSS Codes

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

#bcf962 Text Font Color

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

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


#bcf962 Background Color

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

This div background color is #bcf962


#bcf962 Border Color

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

This div border color is #bcf962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf962


Comments

No comments written yet.

Please login to write comment.