Color Hex Logo

#bae250 Color Hex

#BAE250
(186,226,80)
0 Favorites   0 Comments

Color spaces of #bae250

RGB 18622680
HSL0.210.720.60
HSV76°65°89°
CMYK 0.180.000.65   0.11
XYZ48.894065.411017.6380
Yxy65.41100.37060.4958
Hunter Lab80.8771-33.623243.6837
CIE-Lab84.6951-33.401564.5871

#bae250 color RGB value is (186,226,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 01010000
Octal 272 342 120
Decimal 186 226 80
Hex BA E2 50

RGB Percentages of Color #bae250

%37.80
%45.93
%16.26

CMYK Percentages of Color #bae250

%18
%0
%65
%11

Triadic Colors of #bae250

#bae250 #50bae2 #e250ba

Analogous Colors of #bae250

#bae250 #71e250 #e2c150

Monochromatic Colors of #bae250

#bae250

Complementary Color

#bae250 #7850e2

#bae250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae250 Color CSS Codes

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

#bae250 Text Font Color

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

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


#bae250 Background Color

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

This div background color is #bae250


#bae250 Border Color

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

This div border color is #bae250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae250


Comments

No comments written yet.

Please login to write comment.