Color Hex Logo

#bae437 Color Hex

#BAE437
(186,228,55)
0 Favorites   0 Comments

Color spaces of #bae437

RGB 18622855
HSL0.210.760.55
HSV75°76°89°
CMYK 0.180.000.76   0.11
XYZ48.682766.201713.8268
Yxy66.20170.37820.5143
Hunter Lab81.3644-35.586046.8796
CIE-Lab85.0992-35.721373.7817

#bae437 color RGB value is (186,228,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 00110111
Octal 272 344 67
Decimal 186 228 55
Hex BA E4 37

RGB Percentages of Color #bae437

%39.66
%48.61
%11.73

CMYK Percentages of Color #bae437

%18
%0
%76
%11

Triadic Colors of #bae437

#bae437 #37bae4 #e437ba

Analogous Colors of #bae437

#bae437 #63e437 #e4b837

Monochromatic Colors of #bae437

#bae437

Complementary Color

#bae437 #6137e4

#bae437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae437 Color CSS Codes

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

#bae437 Text Font Color

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

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


#bae437 Background Color

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

This div background color is #bae437


#bae437 Border Color

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

This div border color is #bae437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae437


Comments

No comments written yet.

Please login to write comment.