Color Hex Logo

#bae283 Color Hex

#BAE283
(186,226,131)
0 Favorites   0 Comments

Color spaces of #bae283

RGB 186226131
HSL0.240.620.70
HSV85°42°89°
CMYK 0.180.000.42   0.11
XYZ51.542866.470531.5862
Yxy66.47050.34450.4443
Hunter Lab81.5294-29.829134.1004
CIE-Lab85.2358-28.624642.1483

#bae283 color RGB value is (186,226,131).

#bae283 hex color red value is 186, green value is 226 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bae283 hue: 0.24 , saturation: 0.62 and the lightness value of bae283 is 0.70.

The process color (four color CMYK) of #bae283 color hex is 0.18, 0.00, 0.42, 0.11. Web safe color of #bae283 is #cccc99. Color #bae283 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10000011
Octal 272 342 203
Decimal 186 226 131
Hex BA E2 83

RGB Percentages of Color #bae283

%34.25
%41.62
%24.13

CMYK Percentages of Color #bae283

%18
%0
%42
%11

Triadic Colors of #bae283

#bae283 #83bae2 #e283ba

Analogous Colors of #bae283

#bae283 #8be283 #e2db83

Monochromatic Colors of #bae283

#bae283

Complementary Color

#bae283 #ab83e2

#bae283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae283 Color CSS Codes

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

#bae283 Text Font Color

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

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


#bae283 Background Color

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

This div background color is #bae283


#bae283 Border Color

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

This div border color is #bae283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae283


Comments

No comments written yet.

Please login to write comment.