Color Hex Logo

#bae766 Color Hex

#BAE766
(186,231,102)
0 Favorites   0 Comments

Color spaces of #bae766

RGB 186231102
HSL0.220.730.65
HSV81°56°91°
CMYK 0.190.000.56   0.09
XYZ51.223968.550223.1021
Yxy68.55020.35850.4798
Hunter Lab82.7950-34.456441.4130
CIE-Lab86.2808-33.971557.0591

#bae766 color RGB value is (186,231,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01100110
Octal 272 347 146
Decimal 186 231 102
Hex BA E7 66

RGB Percentages of Color #bae766

%35.84
%44.51
%19.65

CMYK Percentages of Color #bae766

%19
%0
%56
%9

Triadic Colors of #bae766

#bae766 #66bae7 #e766ba

Analogous Colors of #bae766

#bae766 #7ae766 #e7d466

Monochromatic Colors of #bae766

#bae766

Complementary Color

#bae766 #9366e7

#bae766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae766 Color CSS Codes

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

#bae766 Text Font Color

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

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


#bae766 Background Color

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

This div background color is #bae766


#bae766 Border Color

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

This div border color is #bae766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae766


Comments

No comments written yet.

Please login to write comment.