Color Hex Logo

#bae10b Color Hex

#BAE10B
(186,225,11)
0 Favorites   0 Comments

Color spaces of #bae10b

RGB 18622511
HSL0.200.910.46
HSV71°95°88°
CMYK 0.170.000.95   0.12
XYZ47.235364.313710.2408
Yxy64.31370.38780.5281
Hunter Lab80.1958-35.206348.5659
CIE-Lab84.1288-35.543481.6820

#bae10b color RGB value is (186,225,11).

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

The process color (four color CMYK) of #bae10b color hex is 0.17, 0.00, 0.95, 0.12. Web safe color of #bae10b is #cccc00. Color #bae10b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 00001011
Octal 272 341 13
Decimal 186 225 11
Hex BA E1 B

RGB Percentages of Color #bae10b

%44.08
%53.32
%2.61

CMYK Percentages of Color #bae10b

%17
%0
%95
%12

Triadic Colors of #bae10b

#bae10b #0bbae1 #e10bba

Analogous Colors of #bae10b

#bae10b #4fe10b #e19d0b

Monochromatic Colors of #bae10b

#bae10b

Complementary Color

#bae10b #320be1

#bae10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae10b Color CSS Codes

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

#bae10b Text Font Color

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

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


#bae10b Background Color

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

This div background color is #bae10b


#bae10b Border Color

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

This div border color is #bae10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae10b


Comments

No comments written yet.

Please login to write comment.