Color Hex Logo

#bafd8d Color Hex

#BAFD8D
(186,253,141)
0 Favorites   0 Comments

Color spaces of #bafd8d

RGB 186253141
HSL0.270.970.77
HSV96°44°99°
CMYK 0.260.000.44   0.01
XYZ60.182782.612837.9732
Yxy82.61280.33290.4570
Hunter Lab90.8916-40.868838.8536
CIE-Lab92.8447-39.805146.8849

#bafd8d color RGB value is (186,253,141).

#bafd8d hex color red value is 186, green value is 253 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bafd8d hue: 0.27 , saturation: 0.97 and the lightness value of bafd8d is 0.77.

The process color (four color CMYK) of #bafd8d color hex is 0.26, 0.00, 0.44, 0.01. Web safe color of #bafd8d is #ccff99. Color #bafd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 10001101
Octal 272 375 215
Decimal 186 253 141
Hex BA FD 8D

RGB Percentages of Color #bafd8d

%32.07
%43.62
%24.31

CMYK Percentages of Color #bafd8d

%26
%0
%44
%1

Triadic Colors of #bafd8d

#bafd8d #8dbafd #fd8dba

Analogous Colors of #bafd8d

#bafd8d #8dfd98 #f2fd8d

Monochromatic Colors of #bafd8d

#bafd8d

Complementary Color

#bafd8d #d08dfd

#bafd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafd8d Color CSS Codes

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

#bafd8d Text Font Color

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

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


#bafd8d Background Color

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

This div background color is #bafd8d


#bafd8d Border Color

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

This div border color is #bafd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafd8d

Related Colors

#bafd8d Color Palettes


Comments

No comments written yet.

Please login to write comment.