Color Hex Logo

#baeb2d Color Hex

#BAEB2D
(186,235,45)
0 Favorites   0 Comments

Color spaces of #baeb2d

RGB 18623545
HSL0.210.830.55
HSV75°81°92°
CMYK 0.210.000.81   0.08
XYZ50.431770.045213.3447
Yxy70.04520.37690.5234
Hunter Lab83.6930-38.902349.1314
CIE-Lab87.0190-39.261978.2740

#baeb2d color RGB value is (186,235,45).

#baeb2d hex color red value is 186, green value is 235 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #baeb2d hue: 0.21 , saturation: 0.83 and the lightness value of baeb2d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 00101101
Octal 272 353 55
Decimal 186 235 45
Hex BA EB 2D

RGB Percentages of Color #baeb2d

%39.91
%50.43
%9.66

CMYK Percentages of Color #baeb2d

%21
%0
%81
%8

Triadic Colors of #baeb2d

#baeb2d #2dbaeb #eb2dba

Analogous Colors of #baeb2d

#baeb2d #5beb2d #ebbd2d

Monochromatic Colors of #baeb2d

#baeb2d

Complementary Color

#baeb2d #5e2deb

#baeb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb2d Color CSS Codes

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

#baeb2d Text Font Color

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

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


#baeb2d Background Color

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

This div background color is #baeb2d


#baeb2d Border Color

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

This div border color is #baeb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb2d


Comments

No comments written yet.

Please login to write comment.