Color Hex Logo

#baea4d Color Hex

#BAEA4D
(186,234,77)
0 Favorites   0 Comments

Color spaces of #baea4d

RGB 18623477
HSL0.220.790.61
HSV78°67°92°
CMYK 0.210.000.67   0.08
XYZ51.012169.820617.8093
Yxy69.82060.36790.5036
Hunter Lab83.5587-37.254645.8543
CIE-Lab86.9088-37.239968.0521

#baea4d color RGB value is (186,234,77).

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

The process color (four color CMYK) of #baea4d color hex is 0.21, 0.00, 0.67, 0.08. Web safe color of #baea4d is #ccff66. Color #baea4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 01001101
Octal 272 352 115
Decimal 186 234 77
Hex BA EA 4D

RGB Percentages of Color #baea4d

%37.42
%47.08
%15.49

CMYK Percentages of Color #baea4d

%21
%0
%67
%8

Triadic Colors of #baea4d

#baea4d #4dbaea #ea4dba

Analogous Colors of #baea4d

#baea4d #6cea4d #eacc4d

Monochromatic Colors of #baea4d

#baea4d

Complementary Color

#baea4d #7d4dea

#baea4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea4d Color CSS Codes

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

#baea4d Text Font Color

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

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


#baea4d Background Color

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

This div background color is #baea4d


#baea4d Border Color

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

This div border color is #baea4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea4d


Comments

No comments written yet.

Please login to write comment.