color codes Logo

#bae86c color codes

#BAE86C
(186,232,108)
0 Favorites   0 Comments

Color spaces of #bae86c

RGB 186232108
HSL0.230.730.67
HSV82°53°91°
CMYK 0.200.000.53   0.09
XYZ51.813169.235024.8202
Yxy69.23500.35520.4746
Hunter Lab83.2076-34.461840.5595
CIE-Lab86.6203-33.880654.7576

#bae86c color RGB value is (186,232,108).

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

The process color (four color CMYK) of #bae86c color code is 0.20, 0.00, 0.53, 0.09. Web safe color of #bae86c is #ccff66. Color #bae86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 01101100
Octal 272 350 154
Decimal 186 232 108
Hex BA E8 6C

RGB Percentages of Color #bae86c

%35.36
%44.11
%20.53

CMYK Percentages of Color #bae86c

%20
%0
%53
%9

Triadic Colors of #bae86c

#bae86c #6cbae8 #e86cba

Analogous Colors of #bae86c

#bae86c #7ce86c #e8d86c

Monochromatic Colors of #bae86c

#bae86c

Complementary Color

#bae86c #9a6ce8

#bae86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae86c Color CSS Codes

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

#bae86c Text Font Color

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

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


#bae86c Background Color

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

This div background color is #bae86c


#bae86c Border Color

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

This div border color is #bae86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae86c


Comments

No comments written yet.

Please login to write comment.