Color Hex Logo

#baf47b Color Hex

#BAF47B
(186,244,123)
0 Favorites   0 Comments

Color spaces of #baf47b

RGB 186244123
HSL0.250.850.72
HSV89°50°96°
CMYK 0.240.000.50   0.04
XYZ56.175576.570530.5577
Yxy76.57050.34400.4689
Hunter Lab87.5046-38.541040.5484
CIE-Lab90.1236-37.825252.0283

#baf47b color RGB value is (186,244,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 01111011
Octal 272 364 173
Decimal 186 244 123
Hex BA F4 7B

RGB Percentages of Color #baf47b

%33.63
%44.12
%22.24

CMYK Percentages of Color #baf47b

%24
%0
%50
%4

Triadic Colors of #baf47b

#baf47b #7bbaf4 #f47bba

Analogous Colors of #baf47b

#baf47b #7ef47b #f4f27b

Monochromatic Colors of #baf47b

#baf47b

Complementary Color

#baf47b #b57bf4

#baf47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf47b Color CSS Codes

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

#baf47b Text Font Color

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

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


#baf47b Background Color

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

This div background color is #baf47b


#baf47b Border Color

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

This div border color is #baf47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf47b


Comments

No comments written yet.

Please login to write comment.