Color Hex Logo

#bae6cb Color Hex

#BAE6CB
(186,230,203)
0 Favorites   0 Comments

Color spaces of #bae6cb

RGB 186230203
HSL0.400.470.82
HSV143°19°90°
CMYK 0.190.000.12   0.10
XYZ59.326071.344567.1440
Yxy71.34450.29990.3607
Hunter Lab84.4657-22.442211.9948
CIE-Lab87.6521-19.47048.4768

#bae6cb color RGB value is (186,230,203).

#bae6cb hex color red value is 186, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bae6cb hue: 0.40 , saturation: 0.47 and the lightness value of bae6cb is 0.82.

The process color (four color CMYK) of #bae6cb color hex is 0.19, 0.00, 0.12, 0.10. Web safe color of #bae6cb is #ccffcc. Color #bae6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 11001011
Octal 272 346 313
Decimal 186 230 203
Hex BA E6 CB

RGB Percentages of Color #bae6cb

%30.05
%37.16
%32.79

CMYK Percentages of Color #bae6cb

%19
%0
%12
%10

Triadic Colors of #bae6cb

#bae6cb #cbbae6 #e6cbba

Analogous Colors of #bae6cb

#bae6cb #bae6e1 #bfe6ba

Monochromatic Colors of #bae6cb

#bae6cb

Complementary Color

#bae6cb #e6bad5

#bae6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6cb Color CSS Codes

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

#bae6cb Text Font Color

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

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


#bae6cb Background Color

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

This div background color is #bae6cb


#bae6cb Border Color

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

This div border color is #bae6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6cb


Comments

No comments written yet.

Please login to write comment.