Color Hex Logo

#bae6ca Color Hex

#BAE6CA
(186,230,202)
0 Favorites   0 Comments

Color spaces of #bae6ca

RGB 186230202
HSL0.390.470.82
HSV142°19°90°
CMYK 0.190.000.12   0.10
XYZ59.207271.297066.5183
Yxy71.29700.30050.3619
Hunter Lab84.4376-22.602412.3987
CIE-Lab87.6291-19.65678.9675

#bae6ca color RGB value is (186,230,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 11001010
Octal 272 346 312
Decimal 186 230 202
Hex BA E6 CA

RGB Percentages of Color #bae6ca

%30.10
%37.22
%32.69

CMYK Percentages of Color #bae6ca

%19
%0
%12
%10

Triadic Colors of #bae6ca

#bae6ca #cabae6 #e6caba

Analogous Colors of #bae6ca

#bae6ca #bae6e0 #c0e6ba

Monochromatic Colors of #bae6ca

#bae6ca

Complementary Color

#bae6ca #e6bad6

#bae6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6ca Color CSS Codes

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

#bae6ca Text Font Color

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

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


#bae6ca Background Color

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

This div background color is #bae6ca


#bae6ca Border Color

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

This div border color is #bae6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6ca


Comments

No comments written yet.

Please login to write comment.