Color Hex Logo

#baefc2 Color Hex

#BAEFC2
(186,239,194)
0 Favorites   0 Comments

Color spaces of #baefc2

RGB 186239194
HSL0.360.620.83
HSV129°22°94°
CMYK 0.220.000.19   0.06
XYZ60.853876.067162.5140
Yxy76.06710.30510.3814
Hunter Lab87.2165-28.083518.5543
CIE-Lab89.8905-25.481616.3425

#baefc2 color RGB value is (186,239,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11000010
Octal 272 357 302
Decimal 186 239 194
Hex BA EF C2

RGB Percentages of Color #baefc2

%30.05
%38.61
%31.34

CMYK Percentages of Color #baefc2

%22
%0
%19
%6

Triadic Colors of #baefc2

#baefc2 #c2baef #efc2ba

Analogous Colors of #baefc2

#baefc2 #baefdd #cdefba

Monochromatic Colors of #baefc2

#baefc2

Complementary Color

#baefc2 #efbae7

#baefc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefc2 Color CSS Codes

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

#baefc2 Text Font Color

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

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


#baefc2 Background Color

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

This div background color is #baefc2


#baefc2 Border Color

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

This div border color is #baefc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefc2


Comments

No comments written yet.

Please login to write comment.