Color Hex Logo

#bae760 Color Hex

#BAE760
(186,231,96)
0 Favorites   0 Comments

Color spaces of #bae760

RGB 18623196
HSL0.220.740.64
HSV80°58°91°
CMYK 0.190.000.58   0.09
XYZ50.936968.435521.5910
Yxy68.43550.36130.4855
Hunter Lab82.7258-34.861942.4336
CIE-Lab86.2237-34.486859.6204

#bae760 color RGB value is (186,231,96).

#bae760 hex color red value is 186, green value is 231 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bae760 hue: 0.22 , saturation: 0.74 and the lightness value of bae760 is 0.64.

The process color (four color CMYK) of #bae760 color hex is 0.19, 0.00, 0.58, 0.09. Web safe color of #bae760 is #ccff66. Color #bae760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01100000
Octal 272 347 140
Decimal 186 231 96
Hex BA E7 60

RGB Percentages of Color #bae760

%36.26
%45.03
%18.71

CMYK Percentages of Color #bae760

%19
%0
%58
%9

Triadic Colors of #bae760

#bae760 #60bae7 #e760ba

Analogous Colors of #bae760

#bae760 #77e760 #e7d160

Monochromatic Colors of #bae760

#bae760

Complementary Color

#bae760 #8d60e7

#bae760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae760 Color CSS Codes

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

#bae760 Text Font Color

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

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


#bae760 Background Color

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

This div background color is #bae760


#bae760 Border Color

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

This div border color is #bae760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae760


Comments

No comments written yet.

Please login to write comment.