Color Hex Logo

#baecbb Color Hex

#BAECBB
(186,236,187)
0 Favorites   0 Comments

Color spaces of #baecbb

RGB 186236187
HSL0.340.570.83
HSV121°21°93°
CMYK 0.210.000.21   0.07
XYZ59.214874.017958.1796
Yxy74.01790.30940.3867
Hunter Lab86.0337-27.701820.1292
CIE-Lab88.9309-25.249818.6223

#baecbb color RGB value is (186,236,187).

#baecbb hex color red value is 186, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #baecbb hue: 0.34 , saturation: 0.57 and the lightness value of baecbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 10111011
Octal 272 354 273
Decimal 186 236 187
Hex BA EC BB

RGB Percentages of Color #baecbb

%30.54
%38.75
%30.71

CMYK Percentages of Color #baecbb

%21
%0
%21
%7

Triadic Colors of #baecbb

#baecbb #bbbaec #ecbbba

Analogous Colors of #baecbb

#baecbb #baecd4 #d2ecba

Monochromatic Colors of #baecbb

#baecbb

Complementary Color

#baecbb #ecbaeb

#baecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecbb Color CSS Codes

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

#baecbb Text Font Color

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

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


#baecbb Background Color

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

This div background color is #baecbb


#baecbb Border Color

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

This div border color is #baecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecbb


Comments

No comments written yet.

Please login to write comment.