Color Hex Logo

#bafc4d Color Hex

#BAFC4D
(186,252,77)
0 Favorites   0 Comments

Color spaces of #bafc4d

RGB 18625277
HSL0.230.970.65
HSV83°69°99°
CMYK 0.260.000.69   0.01
XYZ56.399780.595719.6051
Yxy80.59570.36020.5147
Hunter Lab89.7751-44.966849.8948
CIE-Lab91.9515-45.146773.1871

#bafc4d color RGB value is (186,252,77).

#bafc4d hex color red value is 186, green value is 252 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bafc4d hue: 0.23 , saturation: 0.97 and the lightness value of bafc4d is 0.65.

The process color (four color CMYK) of #bafc4d color hex is 0.26, 0.00, 0.69, 0.01. Web safe color of #bafc4d is #ccff66. Color #bafc4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 01001101
Octal 272 374 115
Decimal 186 252 77
Hex BA FC 4D

RGB Percentages of Color #bafc4d

%36.12
%48.93
%14.95

CMYK Percentages of Color #bafc4d

%26
%0
%69
%1

Triadic Colors of #bafc4d

#bafc4d #4dbafc #fc4dba

Analogous Colors of #bafc4d

#bafc4d #62fc4d #fce74d

Monochromatic Colors of #bafc4d

#bafc4d

Complementary Color

#bafc4d #8f4dfc

#bafc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc4d Color CSS Codes

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

#bafc4d Text Font Color

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

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


#bafc4d Background Color

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

This div background color is #bafc4d


#bafc4d Border Color

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

This div border color is #bafc4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,252,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bafc4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bafc4d;
  -webkit-box-shadow: 1px 1px 3px 2px #bafc4d;
  box-shadow:         1px 1px 3px 2px #bafc4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,252,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc4d

Related Colors


Comments

No comments written yet.

Please login to write comment.