Color Hex Logo

#bae2cb Color Hex

#BAE2CB
(186,226,203)
0 Favorites   0 Comments

Color spaces of #bae2cb

RGB 186226203
HSL0.400.410.81
HSV146°18°89°
CMYK 0.180.000.10   0.11
XYZ58.225569.143666.7772
Yxy69.14360.29990.3561
Hunter Lab83.1526-20.527110.5930
CIE-Lab86.5751-17.48696.9304

#bae2cb color RGB value is (186,226,203).

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

The process color (four color CMYK) of #bae2cb color hex is 0.18, 0.00, 0.10, 0.11. Web safe color of #bae2cb is #cccccc. Color #bae2cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 11001011
Octal 272 342 313
Decimal 186 226 203
Hex BA E2 CB

RGB Percentages of Color #bae2cb

%30.24
%36.75
%33.01

CMYK Percentages of Color #bae2cb

%18
%0
%10
%11

Triadic Colors of #bae2cb

#bae2cb #cbbae2 #e2cbba

Analogous Colors of #bae2cb

#bae2cb #bae2df #bde2ba

Monochromatic Colors of #bae2cb

#bae2cb

Complementary Color

#bae2cb #e2bad1

#bae2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2cb Color CSS Codes

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

#bae2cb Text Font Color

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

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


#bae2cb Background Color

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

This div background color is #bae2cb


#bae2cb Border Color

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

This div border color is #bae2cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,226,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 #bae2cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2cb


Comments

No comments written yet.

Please login to write comment.