Color Hex Logo

#bae49b Color Hex

#BAE49B
(186,228,155)
0 Favorites   0 Comments

Color spaces of #bae49b

RGB 186228155
HSL0.260.570.75
HSV95°32°89°
CMYK 0.180.000.32   0.11
XYZ53.909568.292541.3508
Yxy68.29250.32960.4176
Hunter Lab82.6393-28.174828.1801
CIE-Lab86.1525-26.428231.2907

#bae49b color RGB value is (186,228,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 10011011
Octal 272 344 233
Decimal 186 228 155
Hex BA E4 9B

RGB Percentages of Color #bae49b

%32.69
%40.07
%27.24

CMYK Percentages of Color #bae49b

%18
%0
%32
%11

Triadic Colors of #bae49b

#bae49b #9bbae4 #e49bba

Analogous Colors of #bae49b

#bae49b #9be4a1 #dfe49b

Monochromatic Colors of #bae49b

#bae49b

Complementary Color

#bae49b #c59be4

#bae49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae49b Color CSS Codes

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

#bae49b Text Font Color

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

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


#bae49b Background Color

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

This div background color is #bae49b


#bae49b Border Color

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

This div border color is #bae49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae49b


Comments

No comments written yet.

Please login to write comment.