Color Hex Logo

#bae655 Color Hex

#BAE655
(186,230,85)
0 Favorites   0 Comments

Color spaces of #bae655

RGB 18623085
HSL0.220.740.62
HSV78°63°90°
CMYK 0.190.000.63   0.10
XYZ50.186267.688619.0144
Yxy67.68860.36660.4945
Hunter Lab82.2731-35.093743.8885
CIE-Lab85.8505-34.883163.8140

#bae655 color RGB value is (186,230,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01010101
Octal 272 346 125
Decimal 186 230 85
Hex BA E6 55

RGB Percentages of Color #bae655

%37.13
%45.91
%16.97

CMYK Percentages of Color #bae655

%19
%0
%63
%10

Triadic Colors of #bae655

#bae655 #55bae6 #e655ba

Analogous Colors of #bae655

#bae655 #72e655 #e6ca55

Monochromatic Colors of #bae655

#bae655

Complementary Color

#bae655 #8155e6

#bae655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae655 Color CSS Codes

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

#bae655 Text Font Color

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

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


#bae655 Background Color

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

This div background color is #bae655


#bae655 Border Color

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

This div border color is #bae655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae655


Comments

No comments written yet.

Please login to write comment.