Color Hex Logo

#baebba Color Hex

#BAEBBA
(186,235,186)
0 Favorites   0 Comments

Color spaces of #baebba

RGB 186235186
HSL0.330.550.83
HSV120°21°92°
CMYK 0.210.000.21   0.08
XYZ58.821073.400957.5220
Yxy73.40090.31000.3868
Hunter Lab85.6743-27.378220.1645
CIE-Lab88.6386-24.938318.7319

#baebba color RGB value is (186,235,186).

#baebba hex color red value is 186, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #baebba hue: 0.33 , saturation: 0.55 and the lightness value of baebba is 0.83.

The process color (four color CMYK) of #baebba color hex is 0.21, 0.00, 0.21, 0.08. Web safe color of #baebba is #ccffcc. Color #baebba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10111010
Octal 272 353 272
Decimal 186 235 186
Hex BA EB BA

RGB Percentages of Color #baebba

%30.64
%38.71
%30.64

CMYK Percentages of Color #baebba

%21
%0
%21
%8

Triadic Colors of #baebba

#baebba #babaeb #ebbaba

Analogous Colors of #baebba

#baebba #baebd3 #d3ebba

Monochromatic Colors of #baebba

#baebba

Complementary Color

#baebba #ebbaeb

#baebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebba Color CSS Codes

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

#baebba Text Font Color

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

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


#baebba Background Color

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

This div background color is #baebba


#baebba Border Color

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

This div border color is #baebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebba


Comments

No comments written yet.

Please login to write comment.