Color Hex Logo

#baebce Color Hex

#BAEBCE
(186,235,206)
0 Favorites   0 Comments

Color spaces of #baebce

RGB 186235206
HSL0.400.550.83
HSV144°21°92°
CMYK 0.210.000.12   0.08
XYZ61.098674.312069.5159
Yxy74.31200.29810.3626
Hunter Lab86.2044-24.343312.5312
CIE-Lab89.0697-21.36688.9396

#baebce color RGB value is (186,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11001110
Octal 272 353 316
Decimal 186 235 206
Hex BA EB CE

RGB Percentages of Color #baebce

%29.67
%37.48
%32.85

CMYK Percentages of Color #baebce

%21
%0
%12
%8

Triadic Colors of #baebce

#baebce #cebaeb #ebceba

Analogous Colors of #baebce

#baebce #baebe7 #bfebba

Monochromatic Colors of #baebce

#baebce

Complementary Color

#baebce #ebbad7

#baebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebce Color CSS Codes

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

#baebce Text Font Color

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

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


#baebce Background Color

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

This div background color is #baebce


#baebce Border Color

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

This div border color is #baebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebce


Comments

No comments written yet.

Please login to write comment.