Color Hex Logo

#bae336 Color Hex

#BAE336
(186,227,54)
0 Favorites   0 Comments

Color spaces of #bae336

RGB 18622754
HSL0.210.760.55
HSV74°76°89°
CMYK 0.180.000.76   0.11
XYZ48.384665.643613.6104
Yxy65.64360.37910.5143
Hunter Lab81.0207-35.188346.7546
CIE-Lab84.8143-35.311573.8177

#bae336 color RGB value is (186,227,54).

#bae336 hex color red value is 186, green value is 227 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bae336 hue: 0.21 , saturation: 0.76 and the lightness value of bae336 is 0.55.

The process color (four color CMYK) of #bae336 color hex is 0.18, 0.00, 0.76, 0.11. Web safe color of #bae336 is #cccc33. Color #bae336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 00110110
Octal 272 343 66
Decimal 186 227 54
Hex BA E3 36

RGB Percentages of Color #bae336

%39.83
%48.61
%11.56

CMYK Percentages of Color #bae336

%18
%0
%76
%11

Triadic Colors of #bae336

#bae336 #36bae3 #e336ba

Analogous Colors of #bae336

#bae336 #64e336 #e3b636

Monochromatic Colors of #bae336

#bae336

Complementary Color

#bae336 #5f36e3

#bae336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae336 Color CSS Codes

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

#bae336 Text Font Color

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

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


#bae336 Background Color

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

This div background color is #bae336


#bae336 Border Color

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

This div border color is #bae336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae336


Comments

No comments written yet.

Please login to write comment.