Color Hex Logo

#bae46c Color Hex

#BAE46C
(186,228,108)
0 Favorites   0 Comments

Color spaces of #bae46c

RGB 186228108
HSL0.230.690.66
HSV81°53°89°
CMYK 0.180.000.53   0.11
XYZ50.699967.008624.4491
Yxy67.00860.35660.4714
Hunter Lab81.8588-32.697439.5928
CIE-Lab85.5083-32.033853.4524

#bae46c color RGB value is (186,228,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 01101100
Octal 272 344 154
Decimal 186 228 108
Hex BA E4 6C

RGB Percentages of Color #bae46c

%35.63
%43.68
%20.69

CMYK Percentages of Color #bae46c

%18
%0
%53
%11

Triadic Colors of #bae46c

#bae46c #6cbae4 #e46cba

Analogous Colors of #bae46c

#bae46c #7ee46c #e4d26c

Monochromatic Colors of #bae46c

#bae46c

Complementary Color

#bae46c #966ce4

#bae46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae46c Color CSS Codes

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

#bae46c Text Font Color

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

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


#bae46c Background Color

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

This div background color is #bae46c


#bae46c Border Color

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

This div border color is #bae46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae46c


Comments

No comments written yet.

Please login to write comment.