Color Hex Logo

#baecbd Color Hex

#BAECBD
(186,236,189)
0 Favorites   0 Comments

Color spaces of #baecbd

RGB 186236189
HSL0.340.570.83
HSV124°21°93°
CMYK 0.210.000.20   0.07
XYZ59.430574.104159.3153
Yxy74.10410.30820.3843
Hunter Lab86.0837-27.413719.4053
CIE-Lab88.9717-24.907417.6432

#baecbd color RGB value is (186,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 10111101
Octal 272 354 275
Decimal 186 236 189
Hex BA EC BD

RGB Percentages of Color #baecbd

%30.44
%38.63
%30.93

CMYK Percentages of Color #baecbd

%21
%0
%20
%7

Triadic Colors of #baecbd

#baecbd #bdbaec #ecbdba

Analogous Colors of #baecbd

#baecbd #baecd6 #d0ecba

Monochromatic Colors of #baecbd

#baecbd

Complementary Color

#baecbd #ecbae9

#baecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecbd Color CSS Codes

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

#baecbd Text Font Color

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

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


#baecbd Background Color

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

This div background color is #baecbd


#baecbd Border Color

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

This div border color is #baecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecbd


Comments

No comments written yet.

Please login to write comment.