Color Hex Logo

#bae747 Color Hex

#BAE747
(186,231,71)
0 Favorites   0 Comments

Color spaces of #bae747

RGB 18623171
HSL0.210.770.59
HSV77°69°91°
CMYK 0.190.000.69   0.09
XYZ49.962968.045916.4621
Yxy68.04590.37160.5060
Hunter Lab82.4899-36.242745.9108
CIE-Lab86.0294-36.254469.3664

#bae747 color RGB value is (186,231,71).

#bae747 hex color red value is 186, green value is 231 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bae747 hue: 0.21 , saturation: 0.77 and the lightness value of bae747 is 0.59.

The process color (four color CMYK) of #bae747 color hex is 0.19, 0.00, 0.69, 0.09. Web safe color of #bae747 is #ccff33. Color #bae747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01000111
Octal 272 347 107
Decimal 186 231 71
Hex BA E7 47

RGB Percentages of Color #bae747

%38.11
%47.34
%14.55

CMYK Percentages of Color #bae747

%19
%0
%69
%9

Triadic Colors of #bae747

#bae747 #47bae7 #e747ba

Analogous Colors of #bae747

#bae747 #6ae747 #e7c447

Monochromatic Colors of #bae747

#bae747

Complementary Color

#bae747 #7447e7

#bae747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae747 Color CSS Codes

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

#bae747 Text Font Color

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

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


#bae747 Background Color

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

This div background color is #bae747


#bae747 Border Color

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

This div border color is #bae747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae747


Comments

No comments written yet.

Please login to write comment.