Color Hex Logo

#baefc7 Color Hex

#BAEFC7
(186,239,199)
0 Favorites   0 Comments

Color spaces of #baefc7

RGB 186239199
HSL0.370.620.83
HSV135°22°94°
CMYK 0.220.000.17   0.06
XYZ61.425076.295665.5219
Yxy76.29560.30220.3754
Hunter Lab87.3474-27.331916.6679
CIE-Lab89.9964-24.594013.9007

#baefc7 color RGB value is (186,239,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11000111
Octal 272 357 307
Decimal 186 239 199
Hex BA EF C7

RGB Percentages of Color #baefc7

%29.81
%38.30
%31.89

CMYK Percentages of Color #baefc7

%22
%0
%17
%6

Triadic Colors of #baefc7

#baefc7 #c7baef #efc7ba

Analogous Colors of #baefc7

#baefc7 #baefe2 #c8efba

Monochromatic Colors of #baefc7

#baefc7

Complementary Color

#baefc7 #efbae2

#baefc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefc7 Color CSS Codes

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

#baefc7 Text Font Color

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

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


#baefc7 Background Color

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

This div background color is #baefc7


#baefc7 Border Color

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

This div border color is #baefc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefc7


Comments

No comments written yet.

Please login to write comment.