Color Hex Logo

#bae65d Color Hex

#BAE65D
(186,230,93)
0 Favorites   0 Comments

Color spaces of #bae65d

RGB 18623093
HSL0.220.730.63
HSV79°60°90°
CMYK 0.190.000.60   0.10
XYZ50.522367.823020.7843
Yxy67.82300.36310.4875
Hunter Lab82.3547-34.616042.6850
CIE-Lab85.9179-34.273360.5640

#bae65d color RGB value is (186,230,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01011101
Octal 272 346 135
Decimal 186 230 93
Hex BA E6 5D

RGB Percentages of Color #bae65d

%36.54
%45.19
%18.27

CMYK Percentages of Color #bae65d

%19
%0
%60
%10

Triadic Colors of #bae65d

#bae65d #5dbae6 #e65dba

Analogous Colors of #bae65d

#bae65d #76e65d #e6ce5d

Monochromatic Colors of #bae65d

#bae65d

Complementary Color

#bae65d #895de6

#bae65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae65d Color CSS Codes

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

#bae65d Text Font Color

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

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


#bae65d Background Color

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

This div background color is #bae65d


#bae65d Border Color

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

This div border color is #bae65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae65d


Comments

No comments written yet.

Please login to write comment.