Color Hex Logo

#baeb4b Color Hex

#BAEB4B
(186,235,75)
0 Favorites   0 Comments

Color spaces of #baeb4b

RGB 18623575
HSL0.220.800.61
HSV78°68°92°
CMYK 0.210.000.68   0.08
XYZ51.228070.363817.5382
Yxy70.36380.36820.5057
Hunter Lab83.8831-37.784346.3219
CIE-Lab87.1750-37.814869.0688

#baeb4b color RGB value is (186,235,75).

#baeb4b hex color red value is 186, green value is 235 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #baeb4b hue: 0.22 , saturation: 0.80 and the lightness value of baeb4b is 0.61.

The process color (four color CMYK) of #baeb4b color hex is 0.21, 0.00, 0.68, 0.08. Web safe color of #baeb4b is #ccff33. Color #baeb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 01001011
Octal 272 353 113
Decimal 186 235 75
Hex BA EB 4B

RGB Percentages of Color #baeb4b

%37.50
%47.38
%15.12

CMYK Percentages of Color #baeb4b

%21
%0
%68
%8

Triadic Colors of #baeb4b

#baeb4b #4bbaeb #eb4bba

Analogous Colors of #baeb4b

#baeb4b #6aeb4b #ebcc4b

Monochromatic Colors of #baeb4b

#baeb4b

Complementary Color

#baeb4b #7c4beb

#baeb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb4b Color CSS Codes

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

#baeb4b Text Font Color

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

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


#baeb4b Background Color

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

This div background color is #baeb4b


#baeb4b Border Color

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

This div border color is #baeb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb4b


Comments

No comments written yet.

Please login to write comment.