Color Hex Logo

#bafe4d Color Hex

#BAFE4D
(186,254,77)
0 Favorites   0 Comments

Color spaces of #bafe4d

RGB 18625477
HSL0.230.990.65
HSV83°70°100°
CMYK 0.270.000.70   0.00
XYZ57.031181.858519.8156
Yxy81.85850.35940.5158
Hunter Lab90.4757-45.815550.3475
CIE-Lab92.5124-46.002373.7514

#bafe4d color RGB value is (186,254,77).

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

The process color (four color CMYK) of #bafe4d color hex is 0.27, 0.00, 0.70, 0.00. Web safe color of #bafe4d is #ccff66. Color #bafe4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111110 01001101
Octal 272 376 115
Decimal 186 254 77
Hex BA FE 4D

RGB Percentages of Color #bafe4d

%35.98
%49.13
%14.89

CMYK Percentages of Color #bafe4d

%27
%0
%70
%0

Triadic Colors of #bafe4d

#bafe4d #4dbafe #fe4dba

Analogous Colors of #bafe4d

#bafe4d #62fe4d #feea4d

Monochromatic Colors of #bafe4d

#bafe4d

Complementary Color

#bafe4d #914dfe

#bafe4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafe4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafe4d Color CSS Codes

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

#bafe4d Text Font Color

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

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


#bafe4d Background Color

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

This div background color is #bafe4d


#bafe4d Border Color

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

This div border color is #bafe4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafe4d


Comments

No comments written yet.

Please login to write comment.