Color Hex Logo

#baf67b Color Hex

#BAF67B
(186,246,123)
0 Favorites   0 Comments

Color spaces of #baf67b

RGB 186246123
HSL0.250.870.72
HSV89°50°96°
CMYK 0.240.000.50   0.04
XYZ56.780677.780730.7594
Yxy77.78070.34350.4705
Hunter Lab88.1934-39.416641.0566
CIE-Lab90.6797-38.721352.6997

#baf67b color RGB value is (186,246,123).

#baf67b hex color red value is 186, green value is 246 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #baf67b hue: 0.25 , saturation: 0.87 and the lightness value of baf67b is 0.72.

The process color (four color CMYK) of #baf67b color hex is 0.24, 0.00, 0.50, 0.04. Web safe color of #baf67b is #ccff66. Color #baf67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01111011
Octal 272 366 173
Decimal 186 246 123
Hex BA F6 7B

RGB Percentages of Color #baf67b

%33.51
%44.32
%22.16

CMYK Percentages of Color #baf67b

%24
%0
%50
%4

Triadic Colors of #baf67b

#baf67b #7bbaf6 #f67bba

Analogous Colors of #baf67b

#baf67b #7df67b #f6f57b

Monochromatic Colors of #baf67b

#baf67b

Complementary Color

#baf67b #b77bf6

#baf67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf67b Color CSS Codes

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

#baf67b Text Font Color

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

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


#baf67b Background Color

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

This div background color is #baf67b


#baf67b Border Color

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

This div border color is #baf67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf67b


Comments

No comments written yet.

Please login to write comment.