Color Hex Logo

#baefc6 Color Hex

#BAEFC6
(186,239,198)
0 Favorites   0 Comments

Color spaces of #baefc6

RGB 186239198
HSL0.370.620.83
HSV134°22°94°
CMYK 0.220.000.17   0.06
XYZ61.309276.249364.9123
Yxy76.24930.30280.3766
Hunter Lab87.3208-27.484117.0498
CIE-Lab89.9750-24.773414.3890

#baefc6 color RGB value is (186,239,198).

#baefc6 hex color red value is 186, green value is 239 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #baefc6 hue: 0.37 , saturation: 0.62 and the lightness value of baefc6 is 0.83.

The process color (four color CMYK) of #baefc6 color hex is 0.22, 0.00, 0.17, 0.06. Web safe color of #baefc6 is #ccffcc. Color #baefc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11000110
Octal 272 357 306
Decimal 186 239 198
Hex BA EF C6

RGB Percentages of Color #baefc6

%29.86
%38.36
%31.78

CMYK Percentages of Color #baefc6

%22
%0
%17
%6

Triadic Colors of #baefc6

#baefc6 #c6baef #efc6ba

Analogous Colors of #baefc6

#baefc6 #baefe1 #c9efba

Monochromatic Colors of #baefc6

#baefc6

Complementary Color

#baefc6 #efbae3

#baefc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefc6 Color CSS Codes

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

#baefc6 Text Font Color

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

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


#baefc6 Background Color

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

This div background color is #baefc6


#baefc6 Border Color

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

This div border color is #baefc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefc6


Comments

No comments written yet.

Please login to write comment.