Color Hex Logo

#bae251 Color Hex

#BAE251
(186,226,81)
0 Favorites   0 Comments

Color spaces of #bae251

RGB 18622681
HSL0.210.710.60
HSV77°64°89°
CMYK 0.180.000.64   0.11
XYZ48.931365.425917.8341
Yxy65.42590.37020.4949
Hunter Lab80.8863-33.569343.5479
CIE-Lab84.7027-33.332664.1977

#bae251 color RGB value is (186,226,81).

#bae251 hex color red value is 186, green value is 226 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bae251 hue: 0.21 , saturation: 0.71 and the lightness value of bae251 is 0.60.

The process color (four color CMYK) of #bae251 color hex is 0.18, 0.00, 0.64, 0.11. Web safe color of #bae251 is #cccc66. Color #bae251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 01010001
Octal 272 342 121
Decimal 186 226 81
Hex BA E2 51

RGB Percentages of Color #bae251

%37.73
%45.84
%16.43

CMYK Percentages of Color #bae251

%18
%0
%64
%11

Triadic Colors of #bae251

#bae251 #51bae2 #e251ba

Analogous Colors of #bae251

#bae251 #72e251 #e2c251

Monochromatic Colors of #bae251

#bae251

Complementary Color

#bae251 #7951e2

#bae251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae251 Color CSS Codes

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

#bae251 Text Font Color

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

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


#bae251 Background Color

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

This div background color is #bae251


#bae251 Border Color

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

This div border color is #bae251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae251

#bae251 Color Palettes


Comments

No comments written yet.

Please login to write comment.