Color Hex Logo

#baefcf Color Hex

#BAEFCF
(186,239,207)
0 Favorites   0 Comments

Color spaces of #baefcf

RGB 186239207
HSL0.400.620.83
HSV144°22°94°
CMYK 0.220.000.13   0.06
XYZ62.378776.677170.5439
Yxy76.67710.29760.3658
Hunter Lab87.5655-26.082113.5310
CIE-Lab90.1728-23.12859.9966

#baefcf color RGB value is (186,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11001111
Octal 272 357 317
Decimal 186 239 207
Hex BA EF CF

RGB Percentages of Color #baefcf

%29.43
%37.82
%32.75

CMYK Percentages of Color #baefcf

%22
%0
%13
%6

Triadic Colors of #baefcf

#baefcf #cfbaef #efcfba

Analogous Colors of #baefcf

#baefcf #baefea #c0efba

Monochromatic Colors of #baefcf

#baefcf

Complementary Color

#baefcf #efbada

#baefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefcf Color CSS Codes

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

#baefcf Text Font Color

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

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


#baefcf Background Color

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

This div background color is #baefcf


#baefcf Border Color

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

This div border color is #baefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefcf


Comments

No comments written yet.

Please login to write comment.