Color Hex Logo

#bae46d Color Hex

#BAE46D
(186,228,109)
0 Favorites   0 Comments

Color spaces of #bae46d

RGB 186228109
HSL0.230.690.66
HSV81°52°89°
CMYK 0.180.000.52   0.11
XYZ50.753467.030024.7311
Yxy67.03000.35610.4703
Hunter Lab81.8719-32.621339.4005
CIE-Lab85.5191-31.937853.0054

#bae46d color RGB value is (186,228,109).

#bae46d hex color red value is 186, green value is 228 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bae46d hue: 0.23 , saturation: 0.69 and the lightness value of bae46d is 0.66.

The process color (four color CMYK) of #bae46d color hex is 0.18, 0.00, 0.52, 0.11. Web safe color of #bae46d is #cccc66. Color #bae46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 01101101
Octal 272 344 155
Decimal 186 228 109
Hex BA E4 6D

RGB Percentages of Color #bae46d

%35.56
%43.59
%20.84

CMYK Percentages of Color #bae46d

%18
%0
%52
%11

Triadic Colors of #bae46d

#bae46d #6dbae4 #e46dba

Analogous Colors of #bae46d

#bae46d #7fe46d #e4d36d

Monochromatic Colors of #bae46d

#bae46d

Complementary Color

#bae46d #976de4

#bae46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae46d Color CSS Codes

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

#bae46d Text Font Color

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

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


#bae46d Background Color

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

This div background color is #bae46d


#bae46d Border Color

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

This div border color is #bae46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae46d


Comments

No comments written yet.

Please login to write comment.