Color Hex Logo

#baea2d Color Hex

#BAEA2D
(186,234,45)
0 Favorites   0 Comments

Color spaces of #baea2d

RGB 18623445
HSL0.210.820.55
HSV75°81°92°
CMYK 0.210.000.81   0.08
XYZ50.146269.474213.2495
Yxy69.47420.37740.5229
Hunter Lab83.3512-38.474448.9211
CIE-Lab86.7383-38.817378.0268

#baea2d color RGB value is (186,234,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 00101101
Octal 272 352 55
Decimal 186 234 45
Hex BA EA 2D

RGB Percentages of Color #baea2d

%40.00
%50.32
%9.68

CMYK Percentages of Color #baea2d

%21
%0
%81
%8

Triadic Colors of #baea2d

#baea2d #2dbaea #ea2dba

Analogous Colors of #baea2d

#baea2d #5cea2d #eabc2d

Monochromatic Colors of #baea2d

#baea2d

Complementary Color

#baea2d #5d2dea

#baea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea2d Color CSS Codes

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

#baea2d Text Font Color

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

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


#baea2d Background Color

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

This div background color is #baea2d


#baea2d Border Color

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

This div border color is #baea2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,234,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 #baea2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea2d


Comments

No comments written yet.

Please login to write comment.