Color Hex Logo

#bae746 Color Hex

#BAE746
(186,231,70)
0 Favorites   0 Comments

Color spaces of #bae746

RGB 18623170
HSL0.210.770.59
HSV77°70°91°
CMYK 0.190.000.70   0.09
XYZ49.931168.033116.2944
Yxy68.03310.37190.5067
Hunter Lab82.4822-36.287746.0248
CIE-Lab86.0230-36.312569.7184

#bae746 color RGB value is (186,231,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01000110
Octal 272 347 106
Decimal 186 231 70
Hex BA E7 46

RGB Percentages of Color #bae746

%38.19
%47.43
%14.37

CMYK Percentages of Color #bae746

%19
%0
%70
%9

Triadic Colors of #bae746

#bae746 #46bae7 #e746ba

Analogous Colors of #bae746

#bae746 #6ae746 #e7c446

Monochromatic Colors of #bae746

#bae746

Complementary Color

#bae746 #7346e7

#bae746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae746 Color CSS Codes

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

#bae746 Text Font Color

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

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


#bae746 Background Color

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

This div background color is #bae746


#bae746 Border Color

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

This div border color is #bae746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae746


Comments

No comments written yet.

Please login to write comment.