Color Hex Logo

#bae129 Color Hex

#BAE129
(186,225,41)
0 Favorites   0 Comments

Color spaces of #bae129

RGB 18622541
HSL0.200.750.52
HSV73°82°88°
CMYK 0.170.000.82   0.12
XYZ47.575264.449612.0304
Yxy64.44960.38350.5195
Hunter Lab80.2805-34.709647.3115
CIE-Lab84.1993-34.899576.7872

#bae129 color RGB value is (186,225,41).

#bae129 hex color red value is 186, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bae129 hue: 0.20 , saturation: 0.75 and the lightness value of bae129 is 0.52.

The process color (four color CMYK) of #bae129 color hex is 0.17, 0.00, 0.82, 0.12. Web safe color of #bae129 is #cccc33. Color #bae129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 00101001
Octal 272 341 51
Decimal 186 225 41
Hex BA E1 29

RGB Percentages of Color #bae129

%41.15
%49.78
%9.07

CMYK Percentages of Color #bae129

%17
%0
%82
%12

Triadic Colors of #bae129

#bae129 #29bae1 #e129ba

Analogous Colors of #bae129

#bae129 #5ee129 #e1ac29

Monochromatic Colors of #bae129

#bae129

Complementary Color

#bae129 #5029e1

#bae129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae129 Color CSS Codes

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

#bae129 Text Font Color

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

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


#bae129 Background Color

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

This div background color is #bae129


#bae129 Border Color

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

This div border color is #bae129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae129


Comments

No comments written yet.

Please login to write comment.