Color Hex Logo

#bae726 Color Hex

#BAE726
(186,231,38)
0 Favorites   0 Comments

Color spaces of #bae726

RGB 18623138
HSL0.210.800.53
HSV74°84°91°
CMYK 0.190.000.84   0.09
XYZ49.175567.730912.3153
Yxy67.73090.38060.5241
Hunter Lab82.2988-37.364848.7369
CIE-Lab85.8717-37.705878.9189

#bae726 color RGB value is (186,231,38).

#bae726 hex color red value is 186, green value is 231 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bae726 hue: 0.21 , saturation: 0.80 and the lightness value of bae726 is 0.53.

The process color (four color CMYK) of #bae726 color hex is 0.19, 0.00, 0.84, 0.09. Web safe color of #bae726 is #ccff33. Color #bae726 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 00100110
Octal 272 347 46
Decimal 186 231 38
Hex BA E7 26

RGB Percentages of Color #bae726

%40.88
%50.77
%8.35

CMYK Percentages of Color #bae726

%19
%0
%84
%9

Triadic Colors of #bae726

#bae726 #26bae7 #e726ba

Analogous Colors of #bae726

#bae726 #59e726 #e7b426

Monochromatic Colors of #bae726

#bae726

Complementary Color

#bae726 #5326e7

#bae726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae726 Color CSS Codes

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

#bae726 Text Font Color

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

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


#bae726 Background Color

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

This div background color is #bae726


#bae726 Border Color

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

This div border color is #bae726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae726


Comments

No comments written yet.

Please login to write comment.