Color Hex Logo

#bae69b Color Hex

#BAE69B
(186,230,155)
0 Favorites   0 Comments

Color spaces of #bae69b

RGB 186230155
HSL0.260.600.75
HSV95°33°90°
CMYK 0.190.000.33   0.10
XYZ54.462969.399341.5352
Yxy69.39930.32930.4196
Hunter Lab83.3062-29.088528.7533
CIE-Lab86.7014-27.382732.0222

#bae69b color RGB value is (186,230,155).

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

The process color (four color CMYK) of #bae69b color hex is 0.19, 0.00, 0.33, 0.10. Web safe color of #bae69b is #ccff99. Color #bae69b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 10011011
Octal 272 346 233
Decimal 186 230 155
Hex BA E6 9B

RGB Percentages of Color #bae69b

%32.57
%40.28
%27.15

CMYK Percentages of Color #bae69b

%19
%0
%33
%10

Triadic Colors of #bae69b

#bae69b #9bbae6 #e69bba

Analogous Colors of #bae69b

#bae69b #9be6a2 #e0e69b

Monochromatic Colors of #bae69b

#bae69b

Complementary Color

#bae69b #c79be6

#bae69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae69b Color CSS Codes

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

#bae69b Text Font Color

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

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


#bae69b Background Color

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

This div background color is #bae69b


#bae69b Border Color

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

This div border color is #bae69b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,230,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 #bae69b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae69b


Comments

No comments written yet.

Please login to write comment.