Color Hex Logo

#bae661 Color Hex

#BAE661
(186,230,97)
0 Favorites   0 Comments

Color spaces of #bae661

RGB 18623097
HSL0.220.730.64
HSV80°58°90°
CMYK 0.190.000.58   0.10
XYZ50.704267.895821.7421
Yxy67.89580.36130.4838
Hunter Lab82.3989-34.358042.0347
CIE-Lab85.9543-33.944958.8844

#bae661 color RGB value is (186,230,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01100001
Octal 272 346 141
Decimal 186 230 97
Hex BA E6 61

RGB Percentages of Color #bae661

%36.26
%44.83
%18.91

CMYK Percentages of Color #bae661

%19
%0
%58
%10

Triadic Colors of #bae661

#bae661 #61bae6 #e661ba

Analogous Colors of #bae661

#bae661 #78e661 #e6d061

Monochromatic Colors of #bae661

#bae661

Complementary Color

#bae661 #8d61e6

#bae661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae661 Color CSS Codes

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

#bae661 Text Font Color

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

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


#bae661 Background Color

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

This div background color is #bae661


#bae661 Border Color

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

This div border color is #bae661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae661


Comments

No comments written yet.

Please login to write comment.