Color Hex Logo

#bae65c Color Hex

#BAE65C
(186,230,92)
0 Favorites   0 Comments

Color spaces of #bae65c

RGB 18623092
HSL0.220.730.63
HSV79°60°90°
CMYK 0.190.000.60   0.10
XYZ50.478367.805420.5525
Yxy67.80540.36360.4884
Hunter Lab82.3440-34.678542.8425
CIE-Lab85.9090-34.352960.9785

#bae65c color RGB value is (186,230,92).

#bae65c hex color red value is 186, green value is 230 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bae65c hue: 0.22 , saturation: 0.73 and the lightness value of bae65c is 0.63.

The process color (four color CMYK) of #bae65c color hex is 0.19, 0.00, 0.60, 0.10. Web safe color of #bae65c is #ccff66. Color #bae65c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01011100
Octal 272 346 134
Decimal 186 230 92
Hex BA E6 5C

RGB Percentages of Color #bae65c

%36.61
%45.28
%18.11

CMYK Percentages of Color #bae65c

%19
%0
%60
%10

Triadic Colors of #bae65c

#bae65c #5cbae6 #e65cba

Analogous Colors of #bae65c

#bae65c #75e65c #e6cd5c

Monochromatic Colors of #bae65c

#bae65c

Complementary Color

#bae65c #885ce6

#bae65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae65c Color CSS Codes

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

#bae65c Text Font Color

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

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


#bae65c Background Color

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

This div background color is #bae65c


#bae65c Border Color

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

This div border color is #bae65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae65c


Comments

No comments written yet.

Please login to write comment.