Color Hex Logo

#bae499 Color Hex

#BAE499
(186,228,153)
0 Favorites   0 Comments

Color spaces of #bae499

RGB 186228153
HSL0.260.580.75
HSV94°33°89°
CMYK 0.180.000.33   0.11
XYZ53.742968.225840.4733
Yxy68.22580.33080.4200
Hunter Lab82.5989-28.407228.7673
CIE-Lab86.1192-26.711632.2652

#bae499 color RGB value is (186,228,153).

#bae499 hex color red value is 186, green value is 228 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bae499 hue: 0.26 , saturation: 0.58 and the lightness value of bae499 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 10011001
Octal 272 344 231
Decimal 186 228 153
Hex BA E4 99

RGB Percentages of Color #bae499

%32.80
%40.21
%26.98

CMYK Percentages of Color #bae499

%18
%0
%33
%11

Triadic Colors of #bae499

#bae499 #99bae4 #e499ba

Analogous Colors of #bae499

#bae499 #99e49e #e0e499

Monochromatic Colors of #bae499

#bae499

Complementary Color

#bae499 #c399e4

#bae499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae499 Color CSS Codes

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

#bae499 Text Font Color

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

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


#bae499 Background Color

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

This div background color is #bae499


#bae499 Border Color

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

This div border color is #bae499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae499


Comments

No comments written yet.

Please login to write comment.