Color Hex Logo

#bcf462 Color Hex

#BCF462
(188,244,98)
0 Favorites   0 Comments

Color spaces of #bcf462

RGB 18824498
HSL0.230.870.67
HSV83°60°96°
CMYK 0.230.000.60   0.04
XYZ55.294376.274623.3634
Yxy76.27460.35690.4923
Hunter Lab87.3353-39.823845.2738
CIE-Lab89.9867-39.440963.0004

#bcf462 color RGB value is (188,244,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 01100010
Octal 274 364 142
Decimal 188 244 98
Hex BC F4 62

RGB Percentages of Color #bcf462

%35.47
%46.04
%18.49

CMYK Percentages of Color #bcf462

%23
%0
%60
%4

Triadic Colors of #bcf462

#bcf462 #62bcf4 #f462bc

Analogous Colors of #bcf462

#bcf462 #73f462 #f4e362

Monochromatic Colors of #bcf462

#bcf462

Complementary Color

#bcf462 #9a62f4

#bcf462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf462 Color CSS Codes

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

#bcf462 Text Font Color

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

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


#bcf462 Background Color

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

This div background color is #bcf462


#bcf462 Border Color

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

This div border color is #bcf462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,244,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 #bcf462">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf462


Comments

No comments written yet.

Please login to write comment.